0_0_29453405_1626.cpp: In function 'int main()':
0_0_29453405_1626.cpp:35:25: error: no matching function for call to 'std::basic_iostream<char>::sync(bool)'
iostream::sync(false);
^
0_0_29453405_1626.cpp:35:25: note: candidate is:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:40:0,
from 0_0_29453405_1626.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:556:7: note: int std::basic_istream<_CharT, _Traits>::sync() [with _CharT = char; _Traits = std::char_traits<char>]
sync();
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:556:7: note: candidate expects 0 arguments, 1 provided
|