This directory contains an experimental implementation of basic_static_cstring, which differs from basic_static_string in the following ways:
Additionally, when N <= UCHAR_MAX, basic_static_cstring employs an optimization that avoids calling std::strlen() to compute the size.
This work stems from boostorg/static_string#23.
If you believe basic_static_cstring should become part of the public API, please share your feedback on the Boost mailing list.
