Created on 2014-09-04.00:00:00 last changed 106 months ago
The specification for list-initialization of a reference does not consider the existence of conversion functions. Consequently, the following example is ill-formed:
struct S { operator struct D &(); } s; D &d{s};
History | |||
---|---|---|---|
Date | User | Action | Args |
2016-02-15 00:00:00 | admin | set | status: open -> drafting |
2014-09-04 00:00:00 | admin | create |