
16 Sep
2024
16 Sep
'24
6:06 a.m.
On Mon, 16 Sep 2024, 13:57 Peter Dimov via Boost, <boost@lists.boost.org> wrote:
Steve Downey wrote:
What sort of changes are you anticipating? Opting out of std::format range formatting was one thing we discovered. Does boost jason have similar things for ranges?
Everything that does automatic range handling will potentially be affected, e.g. hash_value.
Boost.MySQL does the same thing for query formatting. It *think* it won't be affected though, as optionals have special handling.