Skip to content
Snippets Groups Projects
  • Shea Levy's avatar
    84a13dc5
    Drop support for pre-c++11 compilers. · 84a13dc5
    Shea Levy authored
    In particular, gcc 4.6's std::exception::~exception has an exception
    specification in c++0x mode, which requires us to use that deprecated
    feature in nix (and led to breakage after some recent changes that were
    valid c++11).
    
    nix already uses several c++11 features and gcc 4.7 has been around for
    over 2 years.
    84a13dc5
    History
    Drop support for pre-c++11 compilers.
    Shea Levy authored
    In particular, gcc 4.6's std::exception::~exception has an exception
    specification in c++0x mode, which requires us to use that deprecated
    feature in nix (and led to breakage after some recent changes that were
    valid c++11).
    
    nix already uses several c++11 features and gcc 4.7 has been around for
    over 2 years.