MSVC requires redeclarations to repeat noexcept

llvm-svn: 221177
This commit is contained in:
Reid Kleckner 2014-11-03 20:35:30 +00:00
parent 12eb558bd9
commit 94add6bb6f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public:
};
} // namespace
const char *_readobj_error_category::name() const {
const char *_readobj_error_category::name() const LLVM_NOEXCEPT {
return "llvm.readobj";
}