Changes between Initial Version and Version 2 of Ticket #7707
- Timestamp:
- Nov 18, 2012, 9:40:58 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7707
- Property Cc added
- Property Version Boost 1.52.0 → Boost Development Trunk
-
Ticket #7707 – Description
initial v2 1 There are a lot of errors when compiling with clang on c++11 mode and linking with the default library libstdc++. The erro s come from the fact that the code is expecting the standard library to provide some c++11 features which are missing, as std::forward.1 There are a lot of errors when compiling with clang on c++11 mode and linking with the default library libstdc++. The errors come from the fact that the code is expecting the standard library to provide some c++11 features which are missing, as std::forward. 2 2 3 3 {{{