Make optional<T> totally ordered
This change adds the necessary operator overloads to make optional<T> totally ordered, per the current draft of the standard. As reference serves the implementation of libstdc++ version 5.3. As CAF doesn't have nullopt_t, we use none_t.
Showing
Please register or sign in to comment