Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74916 - trunk/boost/function
From: marshall_at_[hidden]
Date: 2011-10-11 11:23:30


Author: marshall
Date: 2011-10-11 11:23:29 EDT (Tue, 11 Oct 2011)
New Revision: 74916
URL: http://svn.boost.org/trac/boost/changeset/74916

Log:
Remove extraneous semicolon
Text files modified:
   trunk/boost/function/function_template.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/function/function_template.hpp
==============================================================================
--- trunk/boost/function/function_template.hpp (original)
+++ trunk/boost/function/function_template.hpp 2011-10-11 11:23:29 EDT (Tue, 11 Oct 2011)
@@ -858,7 +858,7 @@
 #else
   private:
     struct dummy {
- void nonnull() {};
+ void nonnull() {}
     };
 
     typedef void (dummy::*safe_bool)();


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk