sdkrystian wrote:

@yxsamliu The call to `this->construct` in the `emplace` member of the partial 
specialization `class optional<T &>` _is_ a bug -- unlike the primary class 
template, the partial specialization for `T&` does _not_ inherit from 
`optional_operations_base` (which declares the `construct` member function).

https://github.com/llvm/llvm-project/pull/90152
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to