 
            On Wed, Oct 8, 2025 at 10:34 PM Vinnie Falco via Boost <boost@lists.boost.org> wrote:
On Wed, Oct 8, 2025 at 9:50 AM Gennaro Prota via Boost < boost@lists.boost.org> wrote:
BOOST_STATIC_STRING_STANDALONE
The documentation says:
In standalone mode, C++17 is required but no libraries except for the standard library are needed.
I'd be curious to know who is using this mode, before we go about removing or changing it.
We are using this mode in our projects which we currently build with GCC 14.2 and C++23. The main/only reason is that we use std::string_view throughout the projects since C++17 and we don't want to convert to boost::string_view where the boost::static_string is used. Maybe there is another way to achieve the same but this was the one that we found in the past and we just stick to it.
Thanks _______________________________________________ Boost mailing list -- boost@lists.boost.org To unsubscribe send an email to boost-leave@lists.boost.org https://lists.boost.org/mailman3/lists/boost.lists.boost.org/ Archived at: https://lists.boost.org/archives/list/boost@lists.boost.org/message/KEDA5MZY...