From d1065c8a13b474fece50731e76db8bd298a60692 Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Fri, 11 Feb 2011 02:54:04 +0000 Subject: [PATCH] Remove extra semicolon. Fixes #5168. [SVN r68771] --- include/boost/exception/errinfo_nested_exception.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/exception/errinfo_nested_exception.hpp b/include/boost/exception/errinfo_nested_exception.hpp index 29c6f4a..c695646 100644 --- a/include/boost/exception/errinfo_nested_exception.hpp +++ b/include/boost/exception/errinfo_nested_exception.hpp @@ -9,7 +9,7 @@ namespace boost { - namespace exception_detail { class clone_base; }; + namespace exception_detail { class clone_base; } template class error_info; template class shared_ptr; class exception_ptr;