summaryrefslogtreecommitdiffstats
path: root/contrib/libc++/src/utility.cpp
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2012-05-03 17:44:07 +0000
committertheraven <theraven@FreeBSD.org>2012-05-03 17:44:07 +0000
commit011d8001e295ab428f3d73602d2e4fa0b248efc4 (patch)
treea0abba0a80f7ff64ba1a78df7fd8544414370f33 /contrib/libc++/src/utility.cpp
parent72d6cdcd97718bf58e38b0484a01bf5c6de14bc4 (diff)
downloadFreeBSD-src-011d8001e295ab428f3d73602d2e4fa0b248efc4.zip
FreeBSD-src-011d8001e295ab428f3d73602d2e4fa0b248efc4.tar.gz
Import new version of libc++. Among other improvements, this comes with an
<atomic> header that works with clang 3.1 (and, importantly, the pre-3.1 snapshot currently in head)
Diffstat (limited to 'contrib/libc++/src/utility.cpp')
-rw-r--r--contrib/libc++/src/utility.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/libc++/src/utility.cpp b/contrib/libc++/src/utility.cpp
index 7dccffb..e9830e7 100644
--- a/contrib/libc++/src/utility.cpp
+++ b/contrib/libc++/src/utility.cpp
@@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//
+#define _LIBCPP_BUILDING_UTILITY
#include "utility"
_LIBCPP_BEGIN_NAMESPACE_STD
OpenPOWER on IntegriCloud