24 Nov
2014
24 Nov
'14
2:35 p.m.
Andrzej Krzemienski
Anyone else? Would you be affected if operator<(optional<T>, T) is poisoned? (but operator==(optional<T>, T) remains working)
I actually had a small bug in production code a few years ago after changing an integral type to an optional because I hadn't expected this behavior, so I think that would be good.