summaryrefslogtreecommitdiff
path: root/tools/obj2yaml/Error.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-06-12 01:45:43 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-06-12 01:45:43 +0000
commit9ee34311f3a9f6d49023bc74f6028133f90e1d4f (patch)
tree6b3d06f5e87630dedb0061106b53f58c8b2b5c12 /tools/obj2yaml/Error.h
parent173d7ff83300ece5cc18049cf5c909c1e8d179d9 (diff)
downloadllvm-9ee34311f3a9f6d49023bc74f6028133f90e1d4f.tar.gz
llvm-9ee34311f3a9f6d49023bc74f6028133f90e1d4f.tar.bz2
llvm-9ee34311f3a9f6d49023bc74f6028133f90e1d4f.tar.xz
Don't import error_category into the llvm namespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210733 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/obj2yaml/Error.h')
-rw-r--r--tools/obj2yaml/Error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/obj2yaml/Error.h b/tools/obj2yaml/Error.h
index 7180d54307..b4d13ba7d0 100644
--- a/tools/obj2yaml/Error.h
+++ b/tools/obj2yaml/Error.h
@@ -14,7 +14,7 @@
namespace llvm {
-const error_category &obj2yaml_category();
+const std::error_category &obj2yaml_category();
enum class obj2yaml_error {
success = 0,