Documentation: nevermind previous post.
Carlo Wood
carlo@alinoe.com
Thu Jul 4 18:42:00 GMT 2002
Grrmbl.
I told someone on irc to include std::ios::sync_with_stdio(false)
and he gave me:
[03:04] <Pinback> ok.... compiling
[03:04] <Pinback> script.cpp:2133: no method `std::basic_ios<char, std::char_traits<char> >::
[03:04] <Pinback> sync_with_stdio'
Then I asked to include std::ios_base::sync_with_stdio(false)
and THAT worked...
Then I posted my previous mail - but looking into the standard
I see that std::basic_ios is derived from ios_base; so I tried
it myself with 3.1, and it works for me :/.
No idea why Pinback has this problem.
Hmm, I have this problem myself more often with 'hex' etc...
let me try to reproduce that...
--
Carlo Wood <carlo@alinoe.com>
More information about the Libstdc++
mailing list