From 14d3b01c60c6324abe43cd016a0cc221cee4ed00 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Wed, 2 Nov 2016 23:53:42 -0700 Subject: [PATCH] Fixing more struct/class discrepancies. --- include/boost/exception/info.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/boost/exception/info.hpp b/include/boost/exception/info.hpp index 4e5778e..f06df42 100644 --- a/include/boost/exception/info.hpp +++ b/include/boost/exception/info.hpp @@ -205,7 +205,7 @@ boost template 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