Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72815 - trunk/boost/phoenix/statement
From: thom.heller_at_[hidden]
Date: 2011-06-30 07:45:40


Author: theller
Date: 2011-06-30 07:45:39 EDT (Thu, 30 Jun 2011)
New Revision: 72815
URL: http://svn.boost.org/trac/boost/changeset/72815

Log:
[phoenix] missed one expression not compliant with MSVC 7.1
Text files modified:
   trunk/boost/phoenix/statement/try_catch.hpp | 8 +++++++-
   1 files changed, 7 insertions(+), 1 deletions(-)

Modified: trunk/boost/phoenix/statement/try_catch.hpp
==============================================================================
--- trunk/boost/phoenix/statement/try_catch.hpp (original)
+++ trunk/boost/phoenix/statement/try_catch.hpp 2011-06-30 07:45:39 EDT (Thu, 30 Jun 2011)
@@ -253,7 +253,13 @@
 
     template <typename Dummy>
     struct is_nullary::when<rule::try_catch, Dummy>
- : proto::call<detail::try_catch_is_nullary(proto::_, int(), _context)>
+ : proto::call<
+ detail::try_catch_is_nullary(
+ proto::_
+ , proto::make<int()>
+ , _context
+ )
+ >
     {};
 
     template <typename TryCatch, typename Exception>


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