mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Add missing std:: qualifiers
llvm-svn: 203246
This commit is contained in:
parent
7e1903fec3
commit
91b2000465
@ -40,8 +40,8 @@ inline error_code make_error_code(readobj_error e) {
|
||||
return error_code(static_cast<int>(e), readobj_category());
|
||||
}
|
||||
|
||||
template <> struct is_error_code_enum<readobj_error> : true_type { };
|
||||
template <> struct is_error_code_enum<readobj_error::_> : true_type { };
|
||||
template <> struct is_error_code_enum<readobj_error> : std::true_type { };
|
||||
template <> struct is_error_code_enum<readobj_error::_> : std::true_type { };
|
||||
|
||||
} // namespace llvm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user