Detect C++ implementations that support constexpr strlen()
Summary: - Only declare the Range constructor as a constexpr if strlen() is also a constexpr. Otherwise, we'll get compilation errors. Test Plan: - fbconfig -r folly && fbmake runtests - ./configure && make check on Ubuntu/FC/Mac Reviewed By: soren@fb.com FB internal diff: D1003124
Showing
Please register or sign in to comment