C++14 support in compilers

From KlayGE
Revision as of 03:35, 25 August 2014 by Gongminmin (Talk | contribs)

Jump to: navigation, search

C++14 Core Language Features

Language Feature Proposal MSVC GCC ICC Clang Alternative
Tweak to certain C++ contextual conversions N3323 No 4.9 No 3.4
Binary literals N3472 No 4.9 11.1 2.9
Return type deduction for normal functions N3638 Nov 13 4.9 No 3.3
Generalized lambda capture (init-capture) N3648 VS14 CTP1 4.9 No 3.4
Generic (polymorphic) lambda expressions N3649 Nov 13 4.9 No 3.4
Variable templates N3651 No No No 3.4
Relaxing requirements on constexpr functions N3652 No No No 3.4
Member initializers and aggregates N3653 No No No 3.3
Clarifying memory allocation N3664 No No No 3.4
Sized deallocation N3778 VS14 CTP3 No No 3.4
[[deprecated]] attribute N3760 No 4.9 No 3.4
Single-quotation-mark as a digit separator N3781 No 4.9 No 3.4

See Also

C++11 support in compilers

References