From 7e2f1b4ecdb8d0de51cd9f4c60f47077e14d83ed Mon Sep 17 00:00:00 2001 From: Nikita Kniazev Date: Wed, 26 Sep 2018 15:28:19 +0300 Subject: [PATCH] Removed extra semicolon --- include/boost/exception/exception.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/exception/exception.hpp b/include/boost/exception/exception.hpp index 1787965..650c857 100644 --- a/include/boost/exception/exception.hpp +++ b/include/boost/exception/exception.hpp @@ -12,7 +12,7 @@ #include namespace boost { namespace exception_detail { using std::shared_ptr; } } #else -namespace boost { template class shared_ptr; }; +namespace boost { template class shared_ptr; } namespace boost { namespace exception_detail { using boost::shared_ptr; } } #endif