Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51934 - sandbox/committee/rvalue_ref
From: dave_at_[hidden]
Date: 2009-03-23 08:49:36


Author: dave
Date: 2009-03-23 08:49:34 EDT (Mon, 23 Mar 2009)
New Revision: 51934
URL: http://svn.boost.org/trac/boost/changeset/51934

Log:
Entity-ize the angle-brackets... again

Text files modified:
   sandbox/committee/rvalue_ref/rvalue-ref-exception-safety.html | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/committee/rvalue_ref/rvalue-ref-exception-safety.html
==============================================================================
--- sandbox/committee/rvalue_ref/rvalue-ref-exception-safety.html (original)
+++ sandbox/committee/rvalue_ref/rvalue-ref-exception-safety.html 2009-03-23 08:49:34 EDT (Mon, 23 Mar 2009)
@@ -133,7 +133,7 @@
 simply casts its lvalue argument to the corresponding rvalue type:
 
 <pre>
-template <class T>
+template &lt;class T&gt;
 T&& move(T& x) { return static_cast&lt;T&&&gt;(x); }
 </pre>
   


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