|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r81147 - trunk/boost/accumulators/framework
From: eric_at_[hidden]
Date: 2012-11-02 13:34:09
Author: eric_niebler
Date: 2012-11-02 13:34:08 EDT (Fri, 02 Nov 2012)
New Revision: 81147
URL: http://svn.boost.org/trac/boost/changeset/81147
Log:
comment typo, refs #7510
Text files modified:
trunk/boost/accumulators/framework/depends_on.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/accumulators/framework/depends_on.hpp
==============================================================================
--- trunk/boost/accumulators/framework/depends_on.hpp (original)
+++ trunk/boost/accumulators/framework/depends_on.hpp 2012-11-02 13:34:08 EDT (Fri, 02 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