This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Documentation: nevermind previous post.


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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]