id summary reporter owner description type status milestone component version severity resolution keywords cc 8813 compiler errors with gcc in c++11 mode oleg.alexandrov@… Peter Dimov "This is related to ticket: https://svn.boost.org/trac/boost/ticket/7809 It shows up in both boost 1.54 and 1.53. It is missing in 1.52. With g++ 4.7.0 (on SuSE 11, Linux 2.6.32.54, x86_64) using the options: -O2 -g -Iinclude/boost-1_54 -std=gnu++0x -Wstrict-overflow=0 -Wall I am getting: error: no type named 'unspecified_bool_type' in 'class boost::shared_array' If I get rid of the option -std=gnu++0x then the error disappears. " Bugs closed To Be Determined smart_ptr Boost 1.54.0 Problem invalid