Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73366 - trunk/libs/spirit/example/qi/compiler_tutorial/conjure2
From: joel_at_[hidden]
Date: 2011-07-25 20:42:23


Author: djowel
Date: 2011-07-25 20:42:21 EDT (Mon, 25 Jul 2011)
New Revision: 73366
URL: http://svn.boost.org/trac/boost/changeset/73366

Log:
minor tweak
Text files modified:
   trunk/libs/spirit/example/qi/compiler_tutorial/conjure2/ids.hpp | 5 +----
   1 files changed, 1 insertions(+), 4 deletions(-)

Modified: trunk/libs/spirit/example/qi/compiler_tutorial/conjure2/ids.hpp
==============================================================================
--- trunk/libs/spirit/example/qi/compiler_tutorial/conjure2/ids.hpp (original)
+++ trunk/libs/spirit/example/qi/compiler_tutorial/conjure2/ids.hpp 2011-07-25 20:42:21 EDT (Mon, 25 Jul 2011)
@@ -67,10 +67,7 @@
     template <int type, int op>
     struct make_op
     {
- static int const value =
- + type
- + op
- ;
+ static int const value = type + op;
     };
 
     template <op::type op>


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