Apr 29, 2015
Post comments count0
Post likes count0
C++11 Constant Expressions in Visual Studio 2015 RC
In Visual Studio 2015 RC, we have implemented C++11’s Constant Expressions, a feature that has been in development since the November 2013 CTP. This article will describe some neat things that you can do with it, the differences in capabilities between this feature’s current and older implementations, and our future plans for it. What A...