Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / include / llvm / Support / Process.h
index 3ca3372afd743f9e0b8c8c05981899adfe337ffc..4f98e4de812513a44a7e9237560d1f114af9e1ff 100644 (file)
@@ -174,7 +174,7 @@ public:
   /// This function returns a SmallVector containing the arguments passed from
   /// the operating system to the program.  This function expects to be handed
   /// the vector passed in from main.
-  static error_code
+  static std::error_code
   GetArgumentVector(SmallVectorImpl<const char *> &Args,
                     ArrayRef<const char *> ArgsFromMain,
                     SpecificBumpPtrAllocator<char> &ArgAllocator);