Re: [committed] libstdc++: Add deprecated attributes to old iostream members

2020-08-19 Thread Jonathan Wakely via Gcc-patches
On 19/08/20 12:29 +0100, Jonathan Wakely wrote: Back in 2017 I removed these prehistoric members (which were deprecated since C++98) for C++17 mode. But I didn't add deprecated attributes to most of them, so users didn't get any warning they would be going away. Apparently some poor souls do actu

Re: [committed] libstdc++: Add deprecated attributes to old iostream members

2020-08-19 Thread Jonathan Wakely via Gcc-patches
On 19/08/20 12:29 +0100, Jonathan Wakely wrote: Back in 2017 I removed these prehistoric members (which were deprecated since C++98) for C++17 mode. But I didn't add deprecated attributes to most of them, so users didn't get any warning they would be going away. Apparently some poor souls do actu

[committed] libstdc++: Add deprecated attributes to old iostream members

2020-08-19 Thread Jonathan Wakely via Gcc-patches
Back in 2017 I removed these prehistoric members (which were deprecated since C++98) for C++17 mode. But I didn't add deprecated attributes to most of them, so users didn't get any warning they would be going away. Apparently some poor souls do actually use some of these names, and so now that GCC