Import patch from libc++ r197313 which allows using libc++ headers with gcc

Differential Revision:	https://reviews.freebsd.org/D942
Reviewed by:	imp
This commit is contained in:
Baptiste Daroussin 2014-10-13 22:30:08 +00:00
parent f972197651
commit 78433c77c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273066

View File

@ -374,6 +374,7 @@ namespace std {
#define _LIBCPP_HAS_NO_VARIADICS
#define _LIBCPP_HAS_NO_RVALUE_REFERENCES
#define _LIBCPP_HAS_NO_ALWAYS_INLINE_VARIADICS
#define _LIBCPP_HAS_NO_STRONG_ENUMS
#else // __GXX_EXPERIMENTAL_CXX0X__