Author: bapt
Date: Mon Oct 13 22:30:08 2014
New Revision: 273066
URL: https://svnweb.freebsd.org/changeset/base/273066

Log:
  Import patch from libc++ r197313 which allows using libc++ headers with gcc
  
  Differential Revision:        https://reviews.freebsd.org/D942
  Reviewed by:  imp

Modified:
  head/contrib/libc++/include/__config

Modified: head/contrib/libc++/include/__config
==============================================================================
--- head/contrib/libc++/include/__config        Mon Oct 13 22:15:26 2014        
(r273065)
+++ head/contrib/libc++/include/__config        Mon Oct 13 22:30:08 2014        
(r273066)
@@ -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__
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to