aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/cpp_type_traits.h
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2001-11-02 22:31:03 +0000
committerPhil Edwards <pme@gcc.gnu.org>2001-11-02 22:31:03 +0000
commitf324ed68c1f345c1ab16ad3602e6e7e25eb5fdc1 (patch)
tree8c731ebbdfd5e94f77b13396db1b670dbbc9432a /libstdc++-v3/include/bits/cpp_type_traits.h
parentf8bab22e1125196d00c9faf2b68ede73d4fbb482 (diff)
2001-11-02 Phil Edwards <pme@gcc.gnu.org>
* acconfig.h: Update comments. * acinclude.m4 (GLIBCPP_ENABLE_C99): Move strtoll, strtoull tests... (GLIBCPP_ENABLE_LONG_LONG): ...to here. Don't check enable_c99. * aclocal.m4: Regenerate. * config.h.in: Regenerate. * configure: Regenerate. * include/bits/boost_concept_check.h: Unconditionally compile uses of 'long long' which require only compiler support, not C lib support. * include/bits/cpp_type_traits.h: Likewise. * include/bits/std_limits.h: Likewise. * include/bits/type_traits.h: Likewise. * src/concept-inst.cc: Likewise. * src/limits.cc: Likewise. * include/c_shadow/stdlib.h: Compile conditionally on _GLIBCPP_USE_C99 instead of _GLIBCPP_USE_LONG_LONG. * include/c_shadow/bits/std_cstdlib.h: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@46723 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/bits/cpp_type_traits.h')
-rw-r--r--libstdc++-v3/include/bits/cpp_type_traits.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libstdc++-v3/include/bits/cpp_type_traits.h b/libstdc++-v3/include/bits/cpp_type_traits.h
index 693fc91a627..272692bd00b 100644
--- a/libstdc++-v3/include/bits/cpp_type_traits.h
+++ b/libstdc++-v3/include/bits/cpp_type_traits.h
@@ -200,7 +200,6 @@ namespace std
};
};
-# ifdef _GLIBCPP_USE_LONG_LONG
template<>
struct __is_integer<long long>
{
@@ -218,7 +217,6 @@ namespace std
_M_type = 1
};
};
-# endif
//
// Floating point types