Continued fixing data passages.
This commit is contained in:
parent
ff4d818f8b
commit
a3ba545c59
BIN
280cf880a22c7d3/ZString.ipch
Normal file
BIN
280cf880a22c7d3/ZString.ipch
Normal file
Binary file not shown.
BIN
280cf880a22c7d3/mmap_address.bin
Normal file
BIN
280cf880a22c7d3/mmap_address.bin
Normal file
Binary file not shown.
@ -3,17 +3,17 @@
|
|||||||
|
|
||||||
namespace coreutils {
|
namespace coreutils {
|
||||||
|
|
||||||
std::ostream& operator<<(std::ostream& os, const ZString& zstring) {
|
std::ostream& operator<<(std::ostream& os, const ZString &zstring) {
|
||||||
os << zstring;
|
os << zstring;
|
||||||
return os;
|
return os;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::ostream& operator<<(std::ostream& os, const std::string& string) {
|
std::ostream& operator<<(std::ostream& os, const std::string &string) {
|
||||||
os << string;
|
os << string;
|
||||||
return os;
|
return os;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::ostream& operator+(std::ostream& os, const ZString& zstring) {
|
std::ostream& operator+(std::ostream& os, const ZString &zstring) {
|
||||||
os << zstring;
|
os << zstring;
|
||||||
return os;
|
return os;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user