Boost logo

Boost :

From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2019-11-27 05:23:45


On Tue, Nov 26, 2019 at 9:04 PM Krystian Stasiowski via Boost <
boost_at_[hidden]> 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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk