Mentions légales du service

Skip to content
Snippets Groups Projects
  • Thomas Bouvier's avatar
    4c2b8b48
    Drop custom tuple implementation · 4c2b8b48
    Thomas Bouvier authored
    We previously used our own TR1 tuple as we aren't sure the user has an
    implementation of it already. In 2010, GCC 4.0.0+ and MSVC were the only
    mainstream compilers that came with a TR1 tuple implementation.
    
    C++11 provides a tuple implementation.
    4c2b8b48
    History
    Drop custom tuple implementation
    Thomas Bouvier authored
    We previously used our own TR1 tuple as we aren't sure the user has an
    implementation of it already. In 2010, GCC 4.0.0+ and MSVC were the only
    mainstream compilers that came with a TR1 tuple implementation.
    
    C++11 provides a tuple implementation.