Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70081 - sandbox/coerce/boost/coerce
From: vexocide_at_[hidden]
Date: 2011-03-17 17:29:22


Author: vexocide
Date: 2011-03-17 17:29:19 EDT (Thu, 17 Mar 2011)
New Revision: 70081
URL: http://svn.boost.org/trac/boost/changeset/70081

Log:
Use BOOST_TYPEOF_TPL instead of BOOST_TYPEOF
Text files modified:
   sandbox/coerce/boost/coerce/tag.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/coerce/boost/coerce/tag.hpp
==============================================================================
--- sandbox/coerce/boost/coerce/tag.hpp (original)
+++ sandbox/coerce/boost/coerce/tag.hpp 2011-03-17 17:29:19 EDT (Thu, 17 Mar 2011)
@@ -114,7 +114,7 @@
>::type parser_type;
 
                     typedef typename proto::result_of::deep_copy<
- BOOST_TYPEOF((-spirit::standard::no_case["0x"] >> parser_type()))
+ BOOST_TYPEOF_TPL((-spirit::standard::no_case["0x"] >> parser_type()))
>::type type;
 
                     static inline type const


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