27 Nov
2019
27 Nov
'19
5:23 a.m.
On Tue, Nov 26, 2019 at 9:04 PM Krystian Stasiowski via Boost < boost@lists.boost.org> wrote:
At the top of this file we have `#define BOOST_FIXED_STRING_USE_BOOST`
This macro should be named BOOST_FIXED_STRING_STANDALONE and should not be defined anywhere in the library, it is for users to define if they want to use the library without boost. The default configuration should be to use boost. Without boost, the library will require at least C++17, for string_view. -- Regards, Vinnie Follow me on GitHub: https://github.com/vinniefalco