Intrinsics for N2965: Type traits and base classes
Jonathan Wakely
jwakely.gcc@gmail.com
Mon Oct 3 15:51:00 GMT 2011
On 3 October 2011 02:55, Michael Spertus wrote:
> Index: gcc/c-family/c-common.h
> ===================================================================
> --- gcc/c-family/c-common.h (revision 178892)
> +++ gcc/c-family/c-common.h (working copy)
> @@ -139,7 +139,8 @@
> RID_IS_LITERAL_TYPE, RID_IS_POD,
> RID_IS_POLYMORPHIC, RID_IS_STD_LAYOUT,
> RID_IS_TRIVIAL, RID_IS_UNION,
> - RID_UNDERLYING_TYPE,
> + RID_UNDERLYING_TYPE, RID_BASES,
> + RID_DIRECT_BASES,
Should that be kept in alphabetical order?
More information about the Libstdc++
mailing list