Re: [v3 PATCH] Protect optional's deduction guide with the feature macro

2018-01-03 Thread Jonathan Wakely
On 03/01/18 16:34 +0200, Ville Voutilainen wrote: Tested partially on Linux-x64, finishing testing the full suite on Linux-PPC64. Ok for trunk? Yes, and gcc-7-branch please. Thanks.

[v3 PATCH] Protect optional's deduction guide with the feature macro

2018-01-03 Thread Ville Voutilainen
Tested partially on Linux-x64, finishing testing the full suite on Linux-PPC64. Ok for trunk? 2018-01-03 Ville Voutilainen Protect optional's deduction guide with the feature macro * include/std/optional: Use the feature macro. diff --git a/libstdc++-v3/include/std/optional b/libstdc+