diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-06-12 01:45:43 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-06-12 01:45:43 +0000 |
commit | 25188c95de6bd74e15dad873ff5fc7e7c1330191 (patch) | |
tree | 325de84cba8ce381a3be7853e913180b056800fd /llvm/lib/Bitcode/Reader/BitcodeReader.h | |
parent | 92d8b456d92927b1a86110dce0a3567062eab801 (diff) | |
download | bcm5719-llvm-25188c95de6bd74e15dad873ff5fc7e7c1330191.tar.gz bcm5719-llvm-25188c95de6bd74e15dad873ff5fc7e7c1330191.zip |
Don't import error_category into the llvm namespace.
llvm-svn: 210733
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.h')
-rw-r--r-- | llvm/lib/Bitcode/Reader/BitcodeReader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.h b/llvm/lib/Bitcode/Reader/BitcodeReader.h index 593d8f93ccf..65821caf857 100644 --- a/llvm/lib/Bitcode/Reader/BitcodeReader.h +++ b/llvm/lib/Bitcode/Reader/BitcodeReader.h @@ -193,7 +193,7 @@ class BitcodeReader : public GVMaterializer { /// not need this flag. bool UseRelativeIDs; - static const error_category &BitcodeErrorCategory(); + static const std::error_category &BitcodeErrorCategory(); public: enum ErrorType { |