-
optional: Remove the value() method that returns non-const-ref. · 4abe43c1Ben Clayton authored
I'm not convinced that `opt.value() = foo` is a desirable pattern, and worse still it confuses some compilers about which overload to use. Just remove it.
4abe43c1
×