From 0dc186d891c14657b9672a28dc26445befcc81ab Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 13 Oct 2011 18:34:19 +0000 Subject: [PATCH] Merge Change 74916 (extra semicolon) to release [SVN r74939] --- include/boost/function/function_template.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/function/function_template.hpp b/include/boost/function/function_template.hpp index 3514e28..bf139a0 100644 --- a/include/boost/function/function_template.hpp +++ b/include/boost/function/function_template.hpp @@ -858,7 +858,7 @@ namespace boost { #else private: struct dummy { - void nonnull() {}; + void nonnull() {} }; typedef void (dummy::*safe_bool)();