eugenis added a comment.

Yes, not being able to use headers in the libcxx source tree is quite 
unpleasant. It can be fixed by providing a __config_version in libcxx/include 
with the default version values. Or, in the approach of 
http://reviews.llvm.org/D11963, do something smart in __config to default to 
the right version numbers.

Why do we need _LIBCPP_ABI_UNSTABLE at all? How is it different from setting 
LIBCPP_ABI_MAJOR_VERSION to the current default version + 1?


http://reviews.llvm.org/D11740



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

Reply via email to