Monthly Archives: August 2011

Template parameter deduction from array dimensions

The template facility in C++ doesn’t only allow you to parameterise with types (such as the int in std::vector<int>), but also with values. Non-type template parameters can be of the following types[1]: Integral (or enum) value Pointer to object/function Reference … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Unanimous approval on new C++ standard (via Sutter’s Mill)

After a lengthy process and much hard work, the ISO have agreed on the final C++0x standard. It’ll be published later this year under the moniker ‘C++11’. Exciting stuff! The final ISO ballot on C++0x closed on Wednesday, and we … Continue reading

Posted in Uncategorized | Tagged | Leave a comment