Tagged Questions
5
votes
2answers
421 views
C++0x, Compiler hooks and hard coded languages features
I'm a little curious about some of the new features of C++0x. In particular range-based for loops and initializer lists. Both features require a user-defined class in order to function correctly.
I ...