mirror of
https://github.com/boostorg/static_string.git
synced 2026-01-19 04:42:12 +00:00
The config.hpp uses `BOOST_LIBSTDCXX_VERSION` which isn't defined in standalone mode so `BOOST_STATIC_STRING_NO_CXX17_HDR_STRING_VIEW` will be defined. This then causes build failures for code expecting the availability of string_view.