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:
Howard Hinnant
2012-07-21 01:03:40 +00:00
parent bd143086ac
commit f57bd564fd
3 changed files with 39 additions and 36 deletions

View File

@@ -78,6 +78,9 @@
#include <cstdarg>
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wformat-zero-length"
int main()
{
std::FILE* fp = 0;