Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81306 - in branches/release: . boost boost/accumulators/framework
From: eric_at_[hidden]
Date: 2012-11-12 13:36:18


Author: eric_niebler
Date: 2012-11-12 13:36:17 EST (Mon, 12 Nov 2012)
New Revision: 81306
URL: http://svn.boost.org/trac/boost/changeset/81306

Log:
comment typo, fixes #7510
Properties modified:
   branches/release/ (props changed)
   branches/release/boost/ (props changed)
Text files modified:
   branches/release/boost/accumulators/framework/depends_on.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/accumulators/framework/depends_on.hpp
==============================================================================
--- branches/release/boost/accumulators/framework/depends_on.hpp (original)
+++ branches/release/boost/accumulators/framework/depends_on.hpp 2012-11-12 13:36:17 EST (Mon, 12 Nov 2012)
@@ -356,7 +356,7 @@
             type;
         };
 
- // BUGBUG work around a MPL bug wrt map insertion
+ // BUGBUG work around an MPL bug wrt map insertion
         template<typename FeatureMap, typename Feature>
         struct insert_feature
           : mpl::eval_if<


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