- Fixed code to allow decltype implementation of boost::result_of with BOOST_RESULT_OF_USE_DECLTYPE defined.

- Reverted sequence/iterator.hpp to original <correct-no-workaround> version.

[SVN r80396]
This commit is contained in:
Joel de Guzman
2012-09-04 13:42:14 +00:00
parent 78ff3d8831
commit a856857cb7
2 changed files with 1 additions and 13 deletions

View File

@ -12,6 +12,7 @@ project
: requirements
<toolset>gcc:<cxxflags>-std=c++0x
<toolset>darwin:<cxxflags>-std=c++0x
<toolset>gcc:<cxxflags>-DBOOST_RESULT_OF_USE_DECLTYPE
;
{