diff --git a/include/boost/exception/info.hpp b/include/boost/exception/info.hpp index b362f48..f955e09 100644 --- a/include/boost/exception/info.hpp +++ b/include/boost/exception/info.hpp @@ -202,6 +202,8 @@ boost #ifndef BOOST_NO_CXX11_RVALUE_REFERENCES template E const & set_info( E const &, error_info && ); + template + class set_info_rv; template class set_info_rv >