Message ID | 20240618124150.1536552-1-jwakely@redhat.com |
---|---|
State | New |
Headers | show |
Series | [committed] libstdc++: Fix outdated comment about standard integer types | expand |
diff --git a/libstdc++-v3/include/bits/cpp_type_traits.h b/libstdc++-v3/include/bits/cpp_type_traits.h index 679eee99b90..6834dee5557 100644 --- a/libstdc++-v3/include/bits/cpp_type_traits.h +++ b/libstdc++-v3/include/bits/cpp_type_traits.h @@ -130,10 +130,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION typedef __false_type __type; }; - // Thirteen specializations (yes there are eleven standard integer - // types; <em>long long</em> and <em>unsigned long long</em> are - // supported as extensions). Up to four target-specific __int<N> - // types are supported as well. + // Explicit specializations for the standard integer types. + // Up to four target-specific __int<N> types are supported as well. template<> struct __is_integer<bool> {