mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
f972197651
commit
78433c77c6
1 changed files with 1 additions and 0 deletions
|
|
@ -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__
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue