On Tue, 10 Mar 2020 at 03:35, Leo Carreon via Boost-users <[email protected]> wrote: > > Hi Boost Users, > > Does anyone know what BOOST_TEST_STRING_VIEW is for?
You can get an idea by inspecting the handful of places https://github.com/boostorg/test/search?q=BOOST_TEST_STRING_VIEW Here is also a comment that may clarify things https://github.com/boostorg/test/blob/d67b6433098c891a3e0944ae878d3caad70be883/include/boost/test/utils/basic_cstring/basic_cstring.hpp#L178-L182 I'd suggest you to open an issue with request to document the macro https://github.com/boostorg/test/issues Best regards, -- Mateusz Loskot, http://mateusz.loskot.net _______________________________________________ Boost-users mailing list [email protected] https://lists.boost.org/mailman/listinfo.cgi/boost-users
