This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Benjamin, we have a problem with -pedantic:This merges various duplicate traits code scattered around the library into ext/type_traits.h. In doing so, all duplicate effort has been eliminated, and essential traits missing from std::tr1's <type_traits> have been found.
If we find new and useful traits, they should go in <ext/type_traits.h>.
If people want to use type_traits in their own code, I suggest using
<tr1/type_traits>
int main()
{
std::tr1::mt19937 mt;
}| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |