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
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to