Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79745 - sandbox/type_erasure/boost/type_erasure
From: steven_at_[hidden]
Date: 2012-07-25 14:30:55


Author: steven_watanabe
Date: 2012-07-25 14:30:54 EDT (Wed, 25 Jul 2012)
New Revision: 79745
URL: http://svn.boost.org/trac/boost/changeset/79745

Log:
Fix unclear docs of rebind_any.
Text files modified:
   sandbox/type_erasure/boost/type_erasure/rebind_any.hpp | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: sandbox/type_erasure/boost/type_erasure/rebind_any.hpp
==============================================================================
--- sandbox/type_erasure/boost/type_erasure/rebind_any.hpp (original)
+++ sandbox/type_erasure/boost/type_erasure/rebind_any.hpp 2012-07-25 14:30:54 EDT (Wed, 25 Jul 2012)
@@ -24,13 +24,13 @@
 class any;
 
 /**
- * A metafunction that returns any type corresponding
- * to a placeholder. If @c T is not a placeholder,
+ * A metafunction that changes the @ref placeholder of
+ * an @ref any. If @c T is not a placeholder,
  * returns @c T unchanged. This class is intended
  * to be used in @ref concept_interface to deduce
  * the argument types from the arguments of the concept.
  *
- * @pre Any must be a specialization of @ref any a base
+ * @pre Any must be a specialization of @ref any or a base
  * class of such a specialization.
  */
 template<class Any, class T>


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