Re: [PATCH] LWG 3050 Fix cv-qualification of convertibility constraints

2018-06-20 Thread Jonathan Wakely
On 18/06/18 19:00 +0100, Jonathan Wakely wrote: This issue hasn't been voted into the working draft yet, but it's been approved by LWG and is obviously correct. * include/std/chrono (duration, operator*, operator/, operator%): Use const-qualified type as source type in is_convert

[PATCH] LWG 3050 Fix cv-qualification of convertibility constraints

2018-06-18 Thread Jonathan Wakely
This issue hasn't been voted into the working draft yet, but it's been approved by LWG and is obviously correct. * include/std/chrono (duration, operator*, operator/, operator%): Use const-qualified type as source type in is_convertible constraints. * testsuite/20_util/dur