1
General discussions / Re: SFML 3 - What is your vision?
« on: April 24, 2014, 03:46:13 pm »
Okay, I hope this doesn't count as off-topic.
Firstly, how exactly does optional C++11 work? You could insert new features that define code better or swap-out with older style code, like override, or nullptr etc.?
And then secondly, if there's discussion to be had on
Also, C++14 is due soon enough, and VS, GCC and clang will also support it soon enough (if Herb Sutter's projections for VS weren't too optimistic). Would it be worth using C++14 in place of C++11?
Firstly, how exactly does optional C++11 work? You could insert new features that define code better or swap-out with older style code, like override, or nullptr etc.?
And then secondly, if there's discussion to be had on
Quote from: eXpl0it3r
whether C++11 should be non-optional,then what advantages could there be in designing the library around the latest C++ standard?
Also, C++14 is due soon enough, and VS, GCC and clang will also support it soon enough (if Herb Sutter's projections for VS weren't too optimistic). Would it be worth using C++14 in place of C++11?