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

2015-07-16 Thread lh_mouse
See gcc manual. 


Chapter 3: GCC Command Options  
--- 
-std= Determine the language standard. 
... 
‘c++1y’ The next revision of the ISO C++ standard, tentatively planned 
for 2014. Support is highly experimental, and will almost certainly 
change in incompatible ways in future releases. 

--  
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 -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 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 features of C++11 and C++14 are available in g++5.1? 

  Thanks 

  
-- 
  Don't Limit Your Business. Reach for the Cloud. 
  GigeNET's Cloud Solutions provide you with the tools and support that 
  you need to offload your IT needs and focus on growing your business. 
  Configured For All Businesses. Start Your Cloud Today. 
  https://www.gigenetcloud.com/ 
  ___ 
  Mingw-w64-public mailing list 
  Mingw-w64-public@lists.sourceforge.net 
  https://lists.sourceforge.net/lists/listinfo/mingw-w64-public 





 
-- 
Don't Limit Your Business. Reach for the Cloud. 
GigeNET's Cloud Solutions provide you with the tools and support that 
you need to offload your IT needs and focus on growing your business. 
Configured For All Businesses. Start Your Cloud Today. 
https://www.gigenetcloud.com/  



 
___ 
Mingw-w64-public mailing list 
Mingw-w64-public@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public 

-- 
Don't Limit Your Business. Reach for the Cloud. 
GigeNET's Cloud Solutions provide you with the tools and support that 
you need to offload your IT needs and focus on growing your business. 
Configured For All Businesses. Start Your Cloud Today. 
https://www.gigenetcloud.com/ 
___ 
Mingw-w64-public mailing list 
Mingw-w64-public@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


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 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 features of C++11 and C++14 are available in g++5.1?

  Thanks

  --
  Don't Limit Your Business. Reach for the Cloud.
  GigeNET's Cloud Solutions provide you with the tools and support that
  you need to offload your IT needs and focus on growing your business.
  Configured For All Businesses. Start Your Cloud Today.
  https://www.gigenetcloud.com/
  ___
  Mingw-w64-public mailing list
  Mingw-w64-public@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/mingw-w64-public





--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/ 



___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[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?

Thanks--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


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 features of C++11 and C++14 are available in
 g++5.1?

 Thanks


 --
 Don't Limit Your Business. Reach for the Cloud.
 GigeNET's Cloud Solutions provide you with the tools and support that
 you need to offload your IT needs and focus on growing your business.
 Configured For All Businesses. Start Your Cloud Today.
 https://www.gigenetcloud.com/
 ___
 Mingw-w64-public mailing list
 Mingw-w64-public@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public