$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2019-12-05 09:57:04
On 2019-12-05 12:15, Alexander Grund via Boost wrote:
>>> I'm strongly opposed. Make it a BOOST_ASSERT if you like but no checks
>>> in release mode, please.
> That is exactly the point: You defined BOOST_FIXED_STRING_PRECONDITION
> to BOOST_ASSERT and your use-case is covered.
My point is that I shouldn't have to define anything. Unchecked
operator[] in release mode is expected by default.