mirror of
https://github.com/boostorg/utility.git
synced 2026-07-07 00:50:59 +02:00
91aab126e1
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]