Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73648 - trunk/boost/locale
From: artyomtnk_at_[hidden]
Date: 2011-08-11 07:06:24


Author: artyom
Date: 2011-08-11 07:06:23 EDT (Thu, 11 Aug 2011)
New Revision: 73648
URL: http://svn.boost.org/trac/boost/changeset/73648

Log:
Fixed some code the confused the doxygen

Text files modified:
   trunk/boost/locale/utf.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/locale/utf.hpp
==============================================================================
--- trunk/boost/locale/utf.hpp (original)
+++ trunk/boost/locale/utf.hpp 2011-08-11 07:06:23 EDT (Thu, 11 Aug 2011)
@@ -124,14 +124,14 @@
         /// Returns the iterator past the last written code unit.
         ///
         template<typename Iterator>
- static Iterator encode(code_point value,Iterator out)
+ static Iterator encode(code_point value,Iterator out);
         ///
         /// Decodes valid UTF sequence that is pointed by p into code point.
         ///
         /// If the sequence is invalid or points to end the behavior is undefined
         ///
         template<typename Iterator>
- static code_point decode_valid(Iterator &p)
+ static code_point decode_valid(Iterator &p);
     };
     
     #else


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