Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74939 - branches/release/boost/function
From: marshall_at_[hidden]
Date: 2011-10-13 14:34:20


Author: marshall
Date: 2011-10-13 14:34:19 EDT (Thu, 13 Oct 2011)
New Revision: 74939
URL: http://svn.boost.org/trac/boost/changeset/74939

Log:
Merge Change 74916 (extra semicolon) to release
Properties modified:
   branches/release/boost/function/function_template.hpp (contents, props changed)
Text files modified:
   branches/release/boost/function/function_template.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/function/function_template.hpp
==============================================================================
--- branches/release/boost/function/function_template.hpp (original)
+++ branches/release/boost/function/function_template.hpp 2011-10-13 14:34:19 EDT (Thu, 13 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