[libcxx-commits] [PATCH] D59194: Uglifiy 'internal' namespace
Thomas Rodgers via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 12 09:47:56 PDT 2019
rodgert added a comment.
@ldionne - When Intel added multiple new algorithm implementations, they did so without qualifying these calls. This led to a situation where some were and some weren't qualified.
I chose to make them uniform during the uglification pass, I have a subsequent patch that I'm working on that adds back the namespace qualifications uniformly.
I would like to see this patch accepted as is, because that new patch relies on this as a baseline.
Repository:
rPSTL pstl
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59194/new/
https://reviews.llvm.org/D59194
More information about the libcxx-commits
mailing list