Re: [boost] [Boost-users] [review][fixed_string] FixedString review starts today
28 Nov
2019
28 Nov
'19
4:52 p.m.
I would "precondition" `op+=( char const (&)[ M ] )` (and op=) by failing at compile time when M > N, because the size is known, but in fixed_string's case, the size isn't known.
No I wouldn't. :-) The size isn't known in this case either. It's better to diagnose_if the whole thing.
1826
Age (days ago)
1826
Last active (days ago)
0 comments
1 participants
participants (1)
-
Peter Dimov