noexcept and constexpr applied to <ios>.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@160593 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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_);
|
||||
|
||||
Reference in New Issue
Block a user