id summary reporter owner description type status milestone component version severity resolution keywords cc 10783 BOOST_DELETED_FUNCTION must stay on the public section viboes John Maddock " The definition of this macro on a public section show a bug {{{ #if !defined(BOOST_NO_CXX11_DELETED_FUNCTIONS) # define BOOST_DELETED_FUNCTION(fun) fun = delete; #else # define BOOST_DELETED_FUNCTION(fun) private: fun; #endif }}} This should be {{{ # define BOOST_DELETED_FUNCTION(fun) private: fun; public: }}} " Bugs closed To Be Determined config Boost 1.57.0 Problem wontfix