id summary reporter owner description type status milestone component version severity resolution keywords cc 10698 noexcept(true) for ~noncopyable? olafvdspek@… Peter Dimov "Shouldn't ~noncopyable be noexcept? I'm seeing this error: {{{ class Cconnection : public Cclient, boost::noncopyable connection.h:5:7: error: looser throw specifier for ‘virtual Cconnection::~Cconnection()’ In file included from connection.h:3:0, from connection.cpp:2: client.h:10:10: error: overriding ‘virtual Cclient::~Cclient() noexcept (true)’ }}}" Bugs new To Be Determined core Boost 1.57.0 Problem Andrey Semashev