string
35.6 KB
- 
libstdc++: Fix std::string error in Debug Mode · f32a3662This fixes a test failure with -std=gnu++98 -D_GLIBCXX_DEBUG: FAIL: 21_strings/basic_string/modifiers/insert/char/1.cc (test for excess errors) * include/debug/string (__gnu_debug::basic_string::insert): Fix for C++98 where the member function of the base class returns void. Jonathan Wakely committed
