Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80603 - sandbox/type_erasure/boost/type_erasure
From: steven_at_[hidden]
Date: 2012-09-19 18:51:10


Author: steven_watanabe
Date: 2012-09-19 18:51:09 EDT (Wed, 19 Sep 2012)
New Revision: 80603
URL: http://svn.boost.org/trac/boost/changeset/80603

Log:
Copy/paste error: A free function is not a member function.
Text files modified:
   sandbox/type_erasure/boost/type_erasure/free.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/type_erasure/boost/type_erasure/free.hpp
==============================================================================
--- sandbox/type_erasure/boost/type_erasure/free.hpp (original)
+++ sandbox/type_erasure/boost/type_erasure/free.hpp 2012-09-19 18:51:09 EDT (Wed, 19 Sep 2012)
@@ -137,7 +137,7 @@
  * struct ::namespace1::namespace2::...::concept_name;
  * \endcode
  * where Sig is a function type giving the
- * signature of the member function.
+ * signature of the function.
  *
  * This macro can only be used in the global namespace.
  *


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