]> granicus.if.org Git - clang/commit
Add a std:: prefix in cases where ADL would have failed on windows.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 12 Jun 2014 03:53:36 +0000 (03:53 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 12 Jun 2014 03:53:36 +0000 (03:53 +0000)
commita6eda769371de7b0c1999082ad3340571728dfc7
treef2de031fc6695600d878748cf92fced194019ee2
parentcecf7fc2b98f52ef9f6d9a4ba02ea8f47bd73ca1
Add a std:: prefix in cases where ADL would have failed on windows.

This is in preparation for removing make_error_code from the llvm namespace.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210745 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/VirtualFileSystem.cpp