TGUI Forum
Home
Help
Search
Login
Register
c++11 features required?
TGUI Forum
General Category
Installation help
c++11 features required?
Print
Pages: [
1
]
c++11 features required?
2 Replies
1193 Views
syndicatedragon
15
c++11 features required?
«
on:
08 August 2013, 22:01:46 »
What c++11 language features are required now in TGUI? Will Visual C++ 2010 still be supported? Here is a link to the features that it supports:
https://msdn.microsoft.com/en-us/library/vstudio/hh567368.aspx
Thanks
Logged
texus
1592
Re: c++11 features required?
«
Reply #1 on:
08 August 2013, 22:41:08 »
The minimum compilers are supposed to be VC++10 and GCC 4.6, but I can only test with VC++11 and GCC 4.8.
So if tgui wouldn't compile with Visual Studio 2010 then you should just let me know.
Logged
syndicatedragon
15
Re: c++11 features required?
«
Reply #2 on:
14 August 2013, 19:51:00 »
Seems to build OK in VS2010 (aside from the warnings of course
).
Maybe this is a good time for me to look at my own project and see what C++11 can offer me. It looks like a lot of boost features are now in std so that seems like a good place to start.
Logged
Print
Pages: [
1
]