Searched hist:277299 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/libc++/include/
H A Dtype_traitsdiff 277299 Sat Jan 17 13:09:39 MST 2015 dim MFC r276517:

Pull in r200010 from upstream libc++ trunk (by Marshall Clow):

Rename some internal templates to avoid conflict with complier
intrinsics. __is_constructible --> __libcpp_is_constructible,
__is_nothrow_constructible --> __libcpp_is_nothrow_constructible, and
__is_nothrow_assignable --> __libcpp_is_nothrow_assignable. No
functionality change.

Pull in r206805 from upstream libc++ trunk (by Marshall Clow):

Use compiler intrinsic __is_constructible if available

This should fix building parts of world with -std=c++11 enabled.

Reported by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>

Completed in 44 milliseconds