Created on 2013-08-26.00:00:00 last changed 127 months ago
Proposed resolution:
This wording is relative to N3691.
Add to [optional.comp_with_t]:
template <class T> constexpr bool operator<(const T& v, const optional<T>& x);-?- Returns: bool(x) ? less<T>{}(v, *x) : false.
[ 2014-06-16 Rapperswill ]
Confirmed that this issue is resolved in the current Library Fundamentals working paper.
[ 2014-06-07 Daniel comments ]
This issue should be set to Resolved, because the wording fix is already applied in the last fundamentals working draft.
[ 2014-06-06 pre-Rapperswill ]
This issue has been reopened as fundamentals-ts.
[ 2013-09 Chicago: ]
Move to Deferred. This feature will ship after C++14 and should be revisited then.
Addresses: fund.ts
In [optional.syn] there is:
template <class T> constexpr bool operator<(const T&, const optional<T>&);
But I can find no definition for this signature.
History | |||
---|---|---|---|
Date | User | Action | Args |
2014-06-17 08:47:43 | admin | set | messages: + msg7058 |
2014-06-17 08:47:43 | admin | set | status: open -> resolved |
2014-06-07 17:23:44 | admin | set | messages: + msg7006 |
2014-06-06 21:18:30 | admin | set | messages: + msg6995 |
2014-06-06 21:18:30 | admin | set | status: deferred -> open |
2013-09-26 11:12:18 | admin | set | messages: + msg6632 |
2013-09-26 11:12:18 | admin | set | status: new -> deferred |
2013-08-26 17:13:58 | admin | set | messages: + msg6572 |
2013-08-26 00:00:00 | admin | create |