id summary reporter owner description type status milestone component version severity resolution keywords cc 8381 karma::uint_generator fails to compile in C++11 mode Andrey Semashev Hartmut Kaiser "After the #8361 ticket has been fixed (including my syntax fix in revision [83754]) karma::uint_generator fails to compile on gcc 4.7.2 with the following error: {{{ In file included from ./boost/spirit/include/karma_uint.hpp:16:0, from karma_uint_gen.cpp:1: ./boost/spirit/home/karma/numeric/uint.hpp: In static member function ‘static bool boost::spirit::karma::any_uint_generator::generate(OutputIterator&, Context&, const Delimiter&, boost::spirit::unused_type)’: ./boost/spirit/home/karma/numeric/uint.hpp:290:13: error: static assertion failed: uint_not_usable_without_attribute }}} The attached code snippet demonstrates the problem if compiled with the following command. {{{ g++ -std=c++0x -I""."" -c karma_uint_gen.cpp -o karma_uint_gen }}} The code compiles fine if -std=c++0x is removed." Bugs closed To Be Determined spirit Boost Development Trunk Problem fixed