MString fixes.
This commit is contained in:
parent
963a0561e8
commit
d38b7f0c55
@ -59,11 +59,6 @@ namespace coreutils {
|
|||||||
free(data);
|
free(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
int overflow(int c) {
|
|
||||||
std::cout << '{' << c << "}";
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
// MString& MString::operator=(coreutils::ZString& value) {
|
// MString& MString::operator=(coreutils::ZString& value) {
|
||||||
// if(*this == value)
|
// if(*this == value)
|
||||||
// return *this;
|
// return *this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user