optional 8
- Getting in trouble with mixed construction
- Assignment for
optional<T>
-
T*
makes for a pooroptional<T&>
- Getting in trouble with mixed comparisons
-
optional<T&>
- Yes, we need it - optional<T> in a possible C++20 future
- optional<bool>: reference or constexpr?
- Implementing the spaceship operator for optional