[pstl] Fully qualify pstl names.
Previously the code used "using namespace __pstl;" at block scope to introduce these names. This could cause conflicts with names defined by the standard library. So we should fully qualify them instead. llvm-svn: 367468
Loading
Please sign in to comment