Changes between Initial Version and Version 2 of Ticket #7707


Ignore:
Timestamp:
Nov 18, 2012, 9:40:58 AM (10 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7707

    • Property Cc viboes added
    • Property Version Boost 1.52.0Boost 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 erros come from the fact that the code is expecting the standard library to provide some c++11 features which are missing, as std::forward.
     1There 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.
    22
    33{{{