Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61016 - trunk/libs/spirit/example/scheme
From: joel_at_[hidden]
Date: 2010-04-03 05:30:14


Author: djowel
Date: 2010-04-03 05:30:13 EDT (Sat, 03 Apr 2010)
New Revision: 61016
URL: http://svn.boost.org/trac/boost/changeset/61016

Log:
complete scheme operators
Text files modified:
   trunk/libs/spirit/example/scheme/utree_operators.hpp | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/libs/spirit/example/scheme/utree_operators.hpp
==============================================================================
--- trunk/libs/spirit/example/scheme/utree_operators.hpp (original)
+++ trunk/libs/spirit/example/scheme/utree_operators.hpp 2010-04-03 05:30:13 EDT (Sat, 03 Apr 2010)
@@ -21,6 +21,8 @@
     bool operator>(utree const& a, utree const& b);
     bool operator<=(utree const& a, utree const& b);
     bool operator>=(utree const& a, utree const& b);
+
+ // Printing
     std::ostream& operator<<(std::ostream& out, utree const& x);
 
     // Logical operators


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