Closed rnburn closed 6 years ago
Thanks Ryan,
It looks like
constexpr value_type const && operator *() const &&
is missing, and
constexpr value_type && operator *() const &&
is a mixture of both &&
methods.
You may have noticed I'm in the process of updating expected-lite for proposal p0323r5 in issue #20 where it hopefully also would have surfaced.
Shouldn't there be a
value_type && operator *() &&
Yes. Sorry to be have been too implicit, but that's what I also meant.
See https://github.com/opentracing/opentracing-cpp/issues/64