5 Dec
2019
5 Dec
'19
9:57 a.m.
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.