mirror of git://gcc.gnu.org/git/gcc.git
2006-10-16 Douglas Gregor <doug.gregor@gmail.com> * include/Makefile.am (tr1_headers): Add new tuple_defs.h. * include/Makefile.in (tr1_headers): Regenerate. * include/tr1/tuple (tuple): Move declaration to tuple_defs.h. (get): Ditto. (operator==): Ditto. (operator<): Ditto. (operator!=): Ditto. (operator>): Ditto. (operator<=): Ditto. (operator>=): Ditto. (__stripped_tuple_type): Ditto. Include tuple.defs.h * include/tr1/tuple_iterate.h (tuple): Use _GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS_UNNAMED macro instead of 10 "typename"s. (tuple_element): Use _GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS and _GLIBCXX_TYPLE_ALL_TEMPLATE_ARGS instead of 10 parameters/arguments. * include/tr1/tuple_defs.h: New header, contains declarations and definitions for the tuple template with all arguments. * include/tr1/repeat.h (_GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS): New. (_GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS_UNNAMED): New. (_GLIBCXX_TUPLE_ALL_TEMPLATE_ARGS): New. (_GLIBCXX_TEMPLATE_PARAMS_NULL_CLASS): New. (_GLIBCXX_TEMPLATE_ARGS_STRIPPED): New. * scripts/gen_includers.pl: Update. * scripts/gen_includers2.pl: New. From-SVN: r117790 |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| Makefile.in | ||
| cxxabi.h | ||
| del_op.cc | ||
| del_opnt.cc | ||
| del_opv.cc | ||
| del_opvnt.cc | ||
| eh_alloc.cc | ||
| eh_arm.cc | ||
| eh_aux_runtime.cc | ||
| eh_call.cc | ||
| eh_catch.cc | ||
| eh_exception.cc | ||
| eh_globals.cc | ||
| eh_personality.cc | ||
| eh_term_handler.cc | ||
| eh_terminate.cc | ||
| eh_throw.cc | ||
| eh_type.cc | ||
| eh_unex_handler.cc | ||
| exception | ||
| exception_defines.h | ||
| guard.cc | ||
| new | ||
| new_handler.cc | ||
| new_op.cc | ||
| new_opnt.cc | ||
| new_opv.cc | ||
| new_opvnt.cc | ||
| pure.cc | ||
| tinfo.cc | ||
| tinfo.h | ||
| tinfo2.cc | ||
| typeinfo | ||
| unwind-cxx.h | ||
| vec.cc | ||
| vterminate.cc | ||