id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2537,Minor documenation bug regarding BOOST_STATIC_ASSERT(std::numeric_limits::is_signed),anonymous,John Maddock,"The page: http://www.boost.org/doc/libs/1_37_0/doc/html/boost_staticassert.html Has the following example: #include #include template class myclass { private: BOOST_STATIC_ASSERT((std::numeric_limits::digits >= 16) && std::numeric_limits::is_specialized && std::numeric_limits::is_integer && !std::numeric_limits::is_signed); public: /* details here */ }; ---------------------------- The problem being that provides ::is_signed, rather than ",Bugs,closed,Boost 1.38.0,static_assert,Boost 1.37.0,Problem,fixed,,