[#BOOST_URL_COW_STRINGS] = BOOST_URL_COW_STRINGS :mrdocs: Define this to make the library tolerate libstdc++ copy‐on‐write strings. == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/detail/config.hpp#L227[boost/url/detail/config.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define BOOST_URL_COW_STRINGS ---- == Description It is detected automatically for older libstdc++ ABIs; define it yourself to force the behavior on. [.small]#Created with https://www.mrdocs.com[MrDocs]#