Merge branch 'master' of https://git.shs.tools/SHS/pip
This commit is contained in:
@@ -392,7 +392,7 @@ PICout & PICout::operator <<(float v) {if (!act_) return *this; space(); PIFLOAT
|
||||
|
||||
PICout & PICout::operator <<(double v) {if (!act_) return *this; space(); PIFLOATCOUT(v)}
|
||||
|
||||
PICout & PICout::operator <<(void * v) {
|
||||
PICout & PICout::operator <<(const void * v) {
|
||||
if (!act_) return *this;
|
||||
space();
|
||||
write("0x" + PIString::fromNumber(ullong(v), 16));
|
||||
|
||||
Reference in New Issue
Block a user