mirror of
https://github.com/boostorg/algorithm.git
synced 2026-01-29 09:40:14 +01:00
0c0a866f078c2b96d951964fdb9791c4f5a74df8
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang, cannot parse the <iomanip> header in version 4.5+ (which thankfully neither compiler advises the use of yet), as it's original C++98-friendly implementation has been replaced with a gnu++0x implementation. <boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing boost::detail::setfill, boost::detail::setbase, boost::detail::setw, boost::detail::setprecision, boost::detail::setiosflags and boost::detail::resetiosflags. [SVN r68140]
Description
Languages
C++
91.7%
HTML
4.5%
Max
3.7%