diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2012-10-22 18:04:00 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2012-10-22 18:04:00 +0000 |
commit | ea907107107132d0201e0ba377408f4e117b581c (patch) | |
tree | 955d27b98fe24102c3e5101aa117112b0d21ae33 /src/ios.cpp | |
parent | 43cd7615798ea22556f20bbd64cff1e0c691e1d0 (diff) |
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 80917a046d2ff..732a61bb23906 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_); |