From: Paolo Carlini Date: Fri, 24 Dec 2004 23:38:27 +0000 (+0000) Subject: type_traits: Add missing undef. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e2f5c678eb7ed004b0cd3208c855dcb00b307b1e;p=gcc.git type_traits: Add missing undef. 2004-12-24 Paolo Carlini * include/tr1/type_traits: Add missing undef. From-SVN: r92597 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 167faa82cc8..6e817284d36 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2004-12-24 Paolo Carlini + + * include/tr1/type_traits: Add missing undef. + 2004-12-24 Paolo Carlini * include/tr1/type_traits: Implement is_member_object_pointer, diff --git a/libstdc++-v3/include/tr1/type_traits b/libstdc++-v3/include/tr1/type_traits index 4da6b3ca178..42f9bac6af4 100644 --- a/libstdc++-v3/include/tr1/type_traits +++ b/libstdc++-v3/include/tr1/type_traits @@ -370,6 +370,7 @@ namespace tr1 #undef _DEFINE_SPEC_0_HELPER #undef _DEFINE_SPEC_1_HELPER #undef _DEFINE_SPEC_2_HELPER +#undef _DEFINE_SPEC #undef _DEFINE_SPEC_1_VAR #undef _DEFINE_SPEC_2_VAR