mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
2. Added a default value for char traits template parameter. 3. Added missing headers and removed unused ones. 4. Added inline specifiers to operators. 5. Fixed operator<< behaving incorrectly when particular width is requested (std::setw, etc.). 6. Replaced all throw statements with BOOST_THROW_EXCEPTION. [SVN r84511]