compile-time-regular-expressions icon indicating copy to clipboard operation
compile-time-regular-expressions copied to clipboard

support stdlib without support for wchar_t

Open burnpanck opened this issue 2 years ago • 0 comments
trafficstars

On my embedded environment (https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm), there is no support for wchar_t. This PR adds preprocessor guards excluding code that refers to wide characters and strings. That guard is automatically applied when libc++ is detected and it indicates that itself has been compiled without support for wide characters.

burnpanck avatar Aug 18 '23 11:08 burnpanck