Detect libc++ in configure.ac.
Summary: - Explicitly detect use of libc++ in configure.ac and reflect this in folly-config.h. Do this rather than looking for to pop up organically _LIBCPP_VERSION since this only exists if we've included some libc++ header files prior to refernce. This isn't always the case, e.g. in Portability.h. Test Plan: - fbconfig -r folly && fbmake runtests - ./configure && make check on Ubuntu/FC/Mac Reviewed By: simpkins@fb.com FB internal diff: D1002958
Showing
Please register or sign in to comment