summaryrefslogtreecommitdiffstats
path: root/contrib/libc++/include/__config
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2012-03-14 14:40:22 +0000
committertheraven <theraven@FreeBSD.org>2012-03-14 14:40:22 +0000
commiteccfeea8a5f95c5484d846fba96de60c97d00c2c (patch)
treed9a45c8129e1de9dfacd43f81cfb6e078d747f65 /contrib/libc++/include/__config
parentff1fc6fb5cf6febb3683f7cb3824ab6b4d7ad43f (diff)
downloadFreeBSD-src-eccfeea8a5f95c5484d846fba96de60c97d00c2c.zip
FreeBSD-src-eccfeea8a5f95c5484d846fba96de60c97d00c2c.tar.gz
Import a slightly newer libc++, with some bugs fixed that were found by running
the test suite on FreeBSD. Approved by: dim (mentor)
Diffstat (limited to 'contrib/libc++/include/__config')
-rw-r--r--contrib/libc++/include/__config4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/libc++/include/__config b/contrib/libc++/include/__config
index e0b9582..6b29014 100644
--- a/contrib/libc++/include/__config
+++ b/contrib/libc++/include/__config
@@ -245,6 +245,10 @@ typedef __char32_t char32_t;
#define _LIBCPP_HAS_NO_CONSTEXPR
#endif
+#if __FreeBSD__
+#define _LIBCPP_HAS_QUICK_EXIT
+#endif
+
#if (__has_feature(cxx_noexcept))
# define _NOEXCEPT noexcept
# define _NOEXCEPT_(x) noexcept(x)
OpenPOWER on IntegriCloud