MSVC requires redeclarations to repeat noexcept
llvm-svn: 221177
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user