diff --git a/include/boost/exception/info.hpp b/include/boost/exception/info.hpp index 28a8ecf8..77b42c5c 100644 --- a/include/boost/exception/info.hpp +++ b/include/boost/exception/info.hpp @@ -203,9 +203,9 @@ boost template E const & set_info( E const &, error_info && ); template - class set_info_rv; + struct set_info_rv; template - class + struct set_info_rv > { template @@ -225,7 +225,7 @@ boost } }; template <> - class + struct set_info_rv { template @@ -240,7 +240,7 @@ boost } }; template <> - class + struct set_info_rv { template @@ -255,7 +255,7 @@ boost } }; template <> - class + struct set_info_rv { template