Date: Thu, 10 Mar 2016 14:35:13 +0100
On 03/10/2016 02:30 AM, Agustín Bergé wrote:
> For P0036, "Unary Folds and Empty Parameter Packs", maybe bump
> `__cpp_fold_expressions`?
No. If you want your code to be compatible for both C++14 and
C++17, simply write the (previously implicit) default yourself.
No need for an #ifdef.
Jens
> For P0036, "Unary Folds and Empty Parameter Packs", maybe bump
> `__cpp_fold_expressions`?
No. If you want your code to be compatible for both C++14 and
C++17, simply write the (previously implicit) default yourself.
No need for an #ifdef.
Jens
Received on 2016-03-10 14:40:27