Reduced generator size. Fixed Visual Studio warnings

This commit is contained in:
Benoit Blanchon
2015-08-19 16:08:19 +02:00
parent ef2641b49b
commit 39c506b419
10 changed files with 34 additions and 37 deletions

View File

@@ -23,6 +23,8 @@ class DynamicStringBuilder : public Print {
}
private:
DynamicStringBuilder &operator=(const DynamicStringBuilder &);
String &_str;
};
}