Don't import error_category into the llvm namespace.

llvm-svn: 210733
This commit is contained in:
Rafael Espindola
2014-06-12 01:45:43 +00:00
parent 92d8b456d9
commit 25188c95de
11 changed files with 15 additions and 16 deletions

View File

@@ -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 {