Changes between Initial Version and Version 1 of Ticket #7988, comment 6
- Timestamp:
- Aug 27, 2014, 8:27:15 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7988, comment 6
initial v1 2 2 > The problem is in fact *not* fixed, see http://lists.boost.org/boost-users/2014/08/82815.php 3 3 4 example/cpp11/asymmetric/fibonacci compiles with gcc-4.8.1 and clang-3.4.1 without problems4 example/cpp11/asymmetric/fibonacci compiles with gcc-4.8.1, clang-3.4.1, msvc-11 without problems 5 5 6 6 … … 8 8 b2 toolset=gcc cxxflags="-std=c++11" 9 9 b2 toolset=clang cxxflags="-std=c++11" 10 b2 toolset=msvc-11 10 11 }}}