-
- Downloads
re PR libstdc++/7445 (poor performance of std::locale::classic() in multi-threaded applications)
2002-08-15 Benjamin Kosnik <bkoz@redhat.com> * include/ext/stdio_filebuf.h (stdio_filebuf): Explicitly set _M_buf_size_opt to zero when unbuffering. * include/bits/fstream.tcc (filebuf::showmanyc): Simplify. Consistency checks for _M_buf_size_opt. Revert PR libstdc++/7445 * src/locale.cc (locale::classic): Revert. * docs/html/17_intro/TODO: Add. From-SVN: r56365
Showing
- libstdc++-v3/ChangeLog 12 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/docs/html/17_intro/TODO 10 additions, 1 deletionlibstdc++-v3/docs/html/17_intro/TODO
- libstdc++-v3/include/bits/fstream.tcc 3 additions, 9 deletionslibstdc++-v3/include/bits/fstream.tcc
- libstdc++-v3/include/ext/stdio_filebuf.h 12 additions, 8 deletionslibstdc++-v3/include/ext/stdio_filebuf.h
- libstdc++-v3/src/locale.cc 3 additions, 3 deletionslibstdc++-v3/src/locale.cc
Loading
Please register or sign in to comment