Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73442 - trunk/libs/spirit/example/qi/compiler_tutorial/conjure2
From: joel_at_[hidden]
Date: 2011-07-30 09:57:07


Author: djowel
Date: 2011-07-30 09:57:06 EDT (Sat, 30 Jul 2011)
New Revision: 73442
URL: http://svn.boost.org/trac/boost/changeset/73442

Log:
separate processing of assign and binary ops
Text files modified:
   trunk/libs/spirit/example/qi/compiler_tutorial/conjure2/ids.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 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-30 09:57:06 EDT (Sat, 30 Jul 2011)
@@ -79,7 +79,7 @@
 
     template <op::type op>
     struct assign_op
- : make_op<op_type::binary | op_type::assign, op> {};
+ : make_op<op_type::assign, op> {};
 
     template <op::type op>
     struct binary_or_unary_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