Clang support for constexpr StringPiece constructor
Summary: Clang's `strlen` is not `constexpr`, but `__builtin_strlen` is, so we can have an unconditional `constexpr` `StringPiece` constructor. Reviewed By: luciang, yfeldblum Differential Revision: D2561782 fb-gh-sync-id: 51e76a0d50355cc5ead1148ba2389b640a6888de
Showing
Please register or sign in to comment