All right, the C++11 Standard is done. Can we go home? Definitely not - progress waits for no one.
For all its might, C++11 is not addressing a few basic needs in template programming. For example, you'd hate to have to define a new function or indeed a whole new class wherever you need an "if" statement; yet, this is exactly what we do for template code. Also, conditional overloading using the likes of std::enable_if is syntactically bulky and semantically ham-fisted (as is visible with constructors and other special functions).
This talk describes a new proposal (joint work with Herb Sutter and Walter Bright): a "static if" construct that works much like "if", just during compilation. It's reminiscent of #if, just done copiously right.
With "static if" a lot of generic code becomes radically simpler, which in turn enables idioms that today are too complex to be usable. This proposal for C++ benefits from a large body of experience within the D programming language.
More...



LinkBack URL
About LinkBacks




Reply With Quote


Windows 7 Forums is an open discussion forum, and member of the Microsoft Partner Network. This website is not owned or operated by Microsoft Corporation. All trademarks are