Re: [Mingw-w64-public] [[deprecated]]

2015-07-16 Thread lh_mouse
. -- Best regards, lh_mouse 2015-07-16 - 发件人:p...@arbolone.ca 发送日期:2015-07-16 11:58 收件人:mingw-w64-public 抄送: 主题:Re: [Mingw-w64-public] [[deprecated]] Thanks for the reply, one more question. Am I to use

Re: [Mingw-w64-public] [[deprecated]]

2015-07-15 Thread papa
Thanks for the reply, one more question. Am I to use -std=gnu++1y, in addition -std=c++14 or should I remove -std=c++14. TIA From: Riot Sent: Wednesday, July 15, 2015 8:40 PM To: mingw-w64-public@lists.sourceforge.net Subject: Re: [Mingw-w64-public] [[deprecated]] Use -std=gnu++1y On 16 Jul

[Mingw-w64-public] [[deprecated]]

2015-07-15 Thread Hotmail (ArbolOne)
C++14 includes the [[deprecated(reason)]] attribute, but in my MinGW-64 with GCC-5.1 it creates a warning saying: warning: 'deprecated' attribute directive ignored [-Wattributes]| How can I find out which features of C++11 and C++14 are available in g++5.1?

Re: [Mingw-w64-public] [[deprecated]]

2015-07-15 Thread Riot
Use -std=gnu++1y On 16 Jul 2015 00:09, Hotmail (ArbolOne) arbol...@hotmail.ca wrote: C++14 includes the [[deprecated(reason)]] attribute, but in my MinGW-64 with GCC-5.1 it creates a warning saying: warning: 'deprecated' attribute directive ignored [-Wattributes]| How can I find out which