Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 84a13dc576496f1227665259c61f86184f452f51
      
https://github.com/NixOS/nix/commit/84a13dc576496f1227665259c61f86184f452f51
  Author: Shea Levy <[email protected]>
  Date:   2014-10-18 (Sat, 18 Oct 2014)

  Changed paths:
    M Makefile
    M release.nix
    M src/libutil/types.hh

  Log Message:
  -----------
  Drop support for pre-c++11 compilers.

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.


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to