From: Herb Sutter (hsutter_at_[hidden])
Date: 2002-02-18 03:11:50


Hi folks,

Pardon if this has already been discussed on the list, but I'd like your
feedback on this question: "What are the most needed or desired features in
C++ for modern library writing in general and Boost in particular?"

Two usual suspects:
 - typedef templates
 - typeof (with gcc semantics?)

What else should be on the list? For example, is there language support that
would assist type traits?

Thanks,

Herb