This commit is contained in:
gabime 2015-03-21 13:55:00 +02:00
parent a24ff54760
commit 1150247efa
4 changed files with 563 additions and 286 deletions

View File

@ -112,7 +112,8 @@ int main(int, char*[])
// Example of user defined class with operator<<
class some_class {};
std::ostream& operator<<(std::ostream& os, const some_class&) {
std::ostream& operator<<(std::ostream& os, const some_class&)
{
return os << "some_class";
}

File diff suppressed because it is too large Load Diff