Re: [PATCH] Define __cpp_lib_erase_if feature test macro

2019-01-11 Thread Jonathan Wakely
On 10/01/19 13:49 +, Jonathan Wakely wrote: The C++2a draft specifies the value 201811L for this, but as an extension we return the number of elements erased. This is expected to be standardised, so the macro has the value 201900L until a proper value is specified in the draft. * inc

[PATCH] Define __cpp_lib_erase_if feature test macro

2019-01-10 Thread Jonathan Wakely
The C++2a draft specifies the value 201811L for this, but as an extension we return the number of elements erased. This is expected to be standardised, so the macro has the value 201900L until a proper value is specified in the draft. * include/bits/erase_if.h: Define __cpp_lib_erase_if.