From 59ff5a6a3c3e1f5255c5cf29f98df633a77b89b3 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 17 Feb 2013 14:29:14 +0700 Subject: Update to current libcxx. This doesn't work yet as it needs to be customized for use with emscripten still. --- system/lib/libcxx/ios.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/lib/libcxx/ios.cpp') diff --git a/system/lib/libcxx/ios.cpp b/system/lib/libcxx/ios.cpp index 80917a04..732a61bb 100644 --- a/system/lib/libcxx/ios.cpp +++ b/system/lib/libcxx/ios.cpp @@ -401,7 +401,7 @@ ios_base::move(ios_base& rhs) } void -ios_base::swap(ios_base& rhs) +ios_base::swap(ios_base& rhs) _NOEXCEPT { _VSTD::swap(__fmtflags_, rhs.__fmtflags_); _VSTD::swap(__precision_, rhs.__precision_); -- cgit v1.2.3-70-g09d2