|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r78482 - sandbox/type_erasure/boost/type_erasure
From: steven_at_[hidden]
Date: 2012-05-15 12:41:08
Author: steven_watanabe
Date: 2012-05-15 12:41:07 EDT (Tue, 15 May 2012)
New Revision: 78482
URL: http://svn.boost.org/trac/boost/changeset/78482
Log:
Some doc fixes.
Text files modified:
sandbox/type_erasure/boost/type_erasure/any.hpp | 4 ++--
sandbox/type_erasure/boost/type_erasure/callable.hpp | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
Modified: sandbox/type_erasure/boost/type_erasure/any.hpp
==============================================================================
--- sandbox/type_erasure/boost/type_erasure/any.hpp (original)
+++ sandbox/type_erasure/boost/type_erasure/any.hpp 2012-05-15 12:41:07 EDT (Tue, 15 May 2012)
@@ -1335,7 +1335,7 @@
*
* \pre @ref relaxed_match is in @c Concept.
*
- * \throws @c Nothing.
+ * \throws Nothing.
*/
any& operator=(const any& other)
{
@@ -1349,7 +1349,7 @@
*
* \pre @ref relaxed_match is in @c Concept.
*
- * \throws @c std::bad_alloc. Provides the strong exception guarantee.
+ * \throws std::bad_alloc. Provides the strong exception guarantee.
*/
template<class U>
any& operator=(const U& other)
Modified: sandbox/type_erasure/boost/type_erasure/callable.hpp
==============================================================================
--- sandbox/type_erasure/boost/type_erasure/callable.hpp (original)
+++ sandbox/type_erasure/boost/type_erasure/callable.hpp 2012-05-15 12:41:07 EDT (Tue, 15 May 2012)
@@ -54,7 +54,8 @@
}
-#if !defined(BOOST_NO_VARIADIC_TEMPLATES)
+#if defined(BOOST_TYPE_ERASURE_DOXYGEN)
+#elif !defined(BOOST_NO_VARIADIC_TEMPLATES)
template<class R, class... T, class F>
struct callable<R(T...), F>
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