C++0x will no longer have concepts. Opinions? How will this affect you?
At the July 2009 C++0x meeting in Frankfurt , it was decided to remove concepts from C++0x. Personally, I am disappointed but I'd rather have an implementable C++0x than no C++0x. They said they will be added at a later date. What are your opinions on this decision/issue? How will it affect you? dalle Personally I'm not too unhappy of the removal as the purpose of concepts were to mainly improve compile time error messages, as Jeremy Siek, one of the co-authors of the Concepts proposal, writes ( http://lambda-the-ultimate.org/node/3518#comment-50071 ): While the Concepts proposal was not