28 Feb
2020
28 Feb
'20
3:44 p.m.
On Wed, Feb 26, 2020 at 7:33 AM degski via Boost
I would (like to ... ) have a template-SizeType-parameter and leave the signed- or unsigned-ness in the middle (while making sure things work correctly for both types (not hard)).
I don't like this at all. It is needless complexity for no benefit. std::size_t is unsigned, get over it and move on with your life, to focus on important things. Thanks