Opened 10 years ago
Last modified 10 years ago
#7481 new Bugs
lambda_tests.test fails to compile with BOOST_RESULT_OF_USE_DECLTYPE — at Version 1
Reported by: | Michel Morin | Owned by: | Thomas Heller |
---|---|---|---|
Milestone: | To Be Determined | Component: | phoenix |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description (last modified by )
#5687 (some evaluation functions do not work with BOOST_RESULT_OF_USE_DECLTYPE
)
is generally fixed by Eric recently.
But libs/phoenix/scope/lambda_tests.cpp
fails to compile on gcc 4.4-4.8 and clang 2.8-3.0
with BOOST_RESULT_OF_USE_DECLTYPE
.
Eric also reported it fails to compile on MSVC with BOOST_RESULT_OF_USE_DECLTYPE
.
The compilation succeeds on clang 3.1-3.2 (which have N3276 decltype support).
Note:
See TracTickets
for help on using tickets.