Skip to content

Commit

Permalink
Revert [60052], as it causes other libraries to break.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.boost.org/svn/boost/trunk@61097 b8fc166d-592f-0410-95f2-cb63ce0dd405
  • Loading branch information
danieljames committed Apr 6, 2010
1 parent c6aee00 commit db6d39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boost/utility/detail/result_of_iterate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# error Boost result_of - do not include this file!
#endif

#if !defined(BOOST_NO_DECLTYPE)
#if defined(BOOST_HAS_DECLTYPE)

// As of N2588, C++0x result_of only supports function call
// expressions of the form f(x). This precludes support for member
Expand Down

0 comments on commit db6d39a

Please sign in to comment.