EricWF added a comment.

A couple of comments.

1. there's probably a better way to state `_LIBCPP_STD_VER <= 14 || 
defined(_LIBCPP_NO_REMOVE_AUTO_PTR)`. Maybe `_LIBCPP_HAS_NO_AUTO_PTR` which 
`__config` defines if `_LIBCPP_STD_VER > 14 && 
!defined(_LIBCPP_NO_REMOVE_AUTO_PTR)`.

2. `// XFAIL c++1z` is eventually going to be a pain to maintain. I'll  try and 
come up with a better way to state this condition in the test suite.


http://reviews.llvm.org/D20660



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to