[PATCH] D37631: [libFuzzer] Support using libc++
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 11:00:20 PDT 2017
kcc added a comment.
Copy-paste -- no.
But if we can completely privatize the use of STL with some trick, that would be great (e.g. #define the namespace name to be something other than std).
This may work with STL containers, likely to work with STL algorithms, and unlikely to work with STL streams. If streams are the only problem, we could probably get rid of them.
Repository:
rL LLVM
https://reviews.llvm.org/D37631
More information about the llvm-commits
mailing list