Boost logo

Boost-Commit :

From: eric_at_[hidden]
Date: 2007-08-08 14:05:29


Author: eric_niebler
Date: 2007-08-08 14:05:24 EDT (Wed, 08 Aug 2007)
New Revision: 38511
URL: http://svn.boost.org/trac/boost/changeset/38511

Log:
broken msvc name look-up getting confused about which detail namespace
Text files modified:
   trunk/boost/utility/detail/result_of_iterate.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/utility/detail/result_of_iterate.hpp
==============================================================================
--- trunk/boost/utility/detail/result_of_iterate.hpp (original)
+++ trunk/boost/utility/detail/result_of_iterate.hpp 2007-08-08 14:05:24 EDT (Wed, 08 Aug 2007)
@@ -21,7 +21,7 @@
 template<typename F BOOST_PP_COMMA_IF(BOOST_PP_ITERATION())
          BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),typename T)>
 struct result_of<F(BOOST_RESULT_OF_ARGS)>
- : detail::result_of_impl<F, F(BOOST_RESULT_OF_ARGS), (detail::has_result_type<F>::value)> {};
+ : boost::detail::result_of_impl<F, F(BOOST_RESULT_OF_ARGS), (boost::detail::has_result_type<F>::value)> {};
 #endif
 
 #undef BOOST_RESULT_OF_ARGS


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