nixpkgs-suyu/pkgs
Dmitry Kalinkin e9d60c5636
libc++3.7: fix to use with modern compilers
Modern compiler will issue a following error whenever '#include <string>'
is done:

/nix/store/yxpwamjdapjcp53mmsdh1j2c9bc26h4k-libc++-3.7.1/include/c++/v1/string:1938:44:
error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification 'noexcept(is_nothrow_copy_constructible<allocator_type>::value)'
basic_string<_CharT, _Traits, _Allocator>::basic_string(const allocator_type& __a)
                                           ^
/nix/store/yxpwamjdapjcp53mmsdh1j2c9bc26h4k-libc++-3.7.1/include/c++/v1/string:1326:40:
note: previous declaration is here
    _LIBCPP_INLINE_VISIBILITY explicit basic_string(const allocator_type& __a)
                                       ^
1 error generated.

This happens because modern clang is more strict about checking
exception specification for forward declaration and definition.

http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/string?r1=242056&r2=242623&diff_format=h
2016-12-30 16:16:14 -05:00
..
applications gitAndTools.qgitGit: remove 2016-12-30 12:30:35 +01:00
build-support Use looser 9pfs caching in VM tests/builds 2016-12-29 21:26:16 +01:00
data nerdfonts: 0.8.0 -> 1.0.0 2016-12-29 11:21:57 +01:00
desktops kde5.plasma: 5.8.4 -> 5.8.5 2016-12-28 06:43:10 -06:00
development libc++3.7: fix to use with modern compilers 2016-12-30 16:16:14 -05:00
games multimc: update to Java 8 (#21485) 2016-12-29 02:33:39 +01:00
misc wineUnstable: 1.9.23 -> 2.0-rc2 2016-12-22 16:06:18 +02:00
os-specific googleAuthenticator: 1.0 -> 1.03 2016-12-30 06:49:17 -05:00
servers Merge branch 'roundup-15' 2016-12-28 21:04:51 -05:00
shells zsh: 5.3 -> 5.3.1 2016-12-21 21:21:59 +01:00
stdenv top-level: avoid another assert false while we're at it 2016-12-15 17:09:46 -05:00
test
tools man-db: make apropos search and not just behave like whatis 2016-12-30 16:58:06 +01:00
top-level Merge pull request #21346 from massimo-zaniboni/sphinxcontrib_newsfeed 2016-12-30 17:27:35 +01:00