diff options
author | dim <dim@FreeBSD.org> | 2012-10-22 18:04:00 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2012-10-22 18:04:00 +0000 |
commit | 13334223d751d249ccd6475b8cba36ff71ddc972 (patch) | |
tree | 955d27b98fe24102c3e5101aa117112b0d21ae33 /src/ios.cpp | |
parent | 481a5af2380b60317ef8e4c088b58d640e46f5bc (diff) | |
download | FreeBSD-src-13334223d751d249ccd6475b8cba36ff71ddc972.zip FreeBSD-src-13334223d751d249ccd6475b8cba36ff71ddc972.tar.gz |
Vendor import of libc++ trunk r165949:
http://llvm.org/svn/llvm-project/libcxx/trunk@165949
Diffstat (limited to 'src/ios.cpp')
-rw-r--r-- | src/ios.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ios.cpp b/src/ios.cpp index 80917a0..732a61b 100644 --- a/src/ios.cpp +++ b/src/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_); |