Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58920 - trunk/boost/spirit/home/karma/numeric/detail
From: hartmut.kaiser_at_[hidden]
Date: 2010-01-11 23:27:45


Author: hkaiser
Date: 2010-01-11 23:27:45 EST (Mon, 11 Jan 2010)
New Revision: 58920
URL: http://svn.boost.org/trac/boost/changeset/58920

Log:
Spirit: minor comment edits
Text files modified:
   trunk/boost/spirit/home/karma/numeric/detail/numeric_utils.hpp | 5 +++++
   1 files changed, 5 insertions(+), 0 deletions(-)

Modified: trunk/boost/spirit/home/karma/numeric/detail/numeric_utils.hpp
==============================================================================
--- trunk/boost/spirit/home/karma/numeric/detail/numeric_utils.hpp (original)
+++ trunk/boost/spirit/home/karma/numeric/detail/numeric_utils.hpp 2010-01-11 23:27:45 EST (Mon, 11 Jan 2010)
@@ -547,6 +547,11 @@
 #undef BOOST_KARMA_NUMERICS_INNER_LOOP_SUFFIX
 
     ///////////////////////////////////////////////////////////////////////////
+ //
+ // The uint_inserter template takes care of the conversion of any integer
+ // to a string, while interpreting the number as an unsigned type.
+ //
+ ///////////////////////////////////////////////////////////////////////////
     template <
         unsigned Radix, typename CharEncoding = unused_type
       , typename Tag = unused_type>


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