krytarowski added a comment. NetBSD is using newer libstdc++.
#include <set>
std::set<int> s = std::set<int>(std::allocator<int>());
int main() { return 0; }
Compiles (I need to specify the -std=c++11 option) and runs.
I will try it out in the context of LLDB CMake scripts.
http://reviews.llvm.org/D20671
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
