Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58491 - trunk/boost/spirit/home/support/nonterminal
From: joel_at_[hidden]
Date: 2009-12-22 11:03:19


Author: djowel
Date: 2009-12-22 11:03:19 EST (Tue, 22 Dec 2009)
New Revision: 58491
URL: http://svn.boost.org/trac/boost/changeset/58491

Log:
Added note to fix the thing
Text files modified:
   trunk/boost/spirit/home/support/nonterminal/expand_arg.hpp | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/boost/spirit/home/support/nonterminal/expand_arg.hpp
==============================================================================
--- trunk/boost/spirit/home/support/nonterminal/expand_arg.hpp (original)
+++ trunk/boost/spirit/home/support/nonterminal/expand_arg.hpp 2009-12-22 11:03:19 EST (Tue, 22 Dec 2009)
@@ -26,6 +26,8 @@
         template <typename T>
         struct result_type
         {
+ // This is a temporary hack. The better way is to detect if T
+ // can be called given unused context.
             typedef typename
                 mpl::eval_if<
                     is_scalar<T>


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