boostorg / throw_exception

Common infrastructure for throwing exceptions
https://boost.org/libs/throw_exception
14 stars 46 forks source link

Removed extra semicolon #11

Closed Kojoley closed 6 years ago

Kojoley commented 6 years ago
In file included from ../../../../boost/throw_exception.hpp:36:
../../../../boost/exception/exception.hpp:15:57: error: extra ';' outside of a function is a C++11 extension [-Werror,-Wc++11-extra-semi]
namespace boost { template <class T> class shared_ptr; };
                                                        ^
1 error generated.
pdimov commented 6 years ago

You held that in reserve? :-)

Kojoley commented 6 years ago

Nope :) For unknown reason it recently appeared in Spirit CI without any change.