gcc fixes

This commit is contained in:
gabime
2014-10-25 00:44:02 +03:00
parent 6eaf14191f
commit 8fb32dcb65
4 changed files with 9 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ details::fast_oss f(const std::string& what)
oss << what;
return oss;
}
int main_(int, char* [])
int main(int, char* [])
{
auto foss = f("test2");