Fix Folly for C++ p0482
Summary: TLDR; The element type of a utf8 string literal was changed from a `char` to a `char8_t`, which are incompatible. There is a paper that aims to resolve some of these issues, but the next version of MSVC has already implemented p0482, so we need to add a workaround for now. Fixes: https://github.com/facebook/folly/issues/1102 Reviewed By: yfeldblum Differential Revision: D14856705 fbshipit-source-id: 983548cb0cb210341ec55d9dcdc63e726bfe4f62
Showing
Please register or sign in to comment