Title
[tiny] Type Trait is_range<T>
Status
open
Section
[meta.unary.prop]
Submitter
Nevin Liber

Created on 2013-02-05.00:00:00 last changed 119 months ago

Messages

Date: 2014-07-01.21:57:43

I'd like to have an is_range<T, R = void> type trait, which derives from true_type if and only if T can be used in range-based for, and *__begin is convertible to R (where R == void means don't bother checking this condition).

Bristol 2013: Submitter is encouraged to proceed and present to LWG. Apparently LEWG doesn't handle these.

Filed as LEWG Bug 41, closing as Resolved on the EWG side.

History
Date User Action Args
2014-07-01 21:57:43adminsetstatus: ready -> open
2013-04-28 20:20:29adminsetstatus: open -> ready
2013-02-05 00:00:00admincreate