Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79776 - sandbox/type_erasure/libs/type_erasure/example
From: steven_at_[hidden]
Date: 2012-07-27 22:57:43


Author: steven_watanabe
Date: 2012-07-27 22:57:43 EDT (Fri, 27 Jul 2012)
New Revision: 79776
URL: http://svn.boost.org/trac/boost/changeset/79776

Log:
Fix link.
Text files modified:
   sandbox/type_erasure/libs/type_erasure/example/references.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/type_erasure/libs/type_erasure/example/references.cpp
==============================================================================
--- sandbox/type_erasure/libs/type_erasure/example/references.cpp (original)
+++ sandbox/type_erasure/libs/type_erasure/example/references.cpp 2012-07-27 22:57:43 EDT (Fri, 27 Jul 2012)
@@ -31,7 +31,7 @@
     /*`
         [note `_self` is the default __placeholder, so it is
         easiest to use `_self&`. We could use another
- __placeholder instead. __any`<`__typeid`<_a>, _a&>` has
+ __placeholder instead. __any`<`__typeid_`<_a>, _a&>` has
         exactly the same behavior.]
     */
     //]


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