Remove use of deprecated config macro in result_of.

[SVN r60052]
This commit is contained in:
Daniel James 2010-03-01 19:39:52 +00:00
parent bf713ad47a
commit 74a6a693d3

View File

@ -10,7 +10,7 @@
# error Boost result_of - do not include this file!
#endif
#if defined(BOOST_HAS_DECLTYPE)
#if !defined(BOOST_NO_DECLTYPE)
// As of N2588, C++0x result_of only supports function call
// expressions of the form f(x). This precludes support for member