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: Incorrect scope for sync_with_stdio


On http://gcc.gnu.org/onlinedocs/libstdc++/27_io/howto.html#8
you say:

std::ios::sync_with_stdio(false);
      
This must be

std::ios_base::sync_with_stdio(false);

-- 
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]