C++0x constexpr PATCHes #11-13: library usage

Jason Merrill jason@redhat.com
Mon Nov 1 14:29:00 GMT 2010


On 11/01/2010 09:50 AM, Paolo Carlini wrote:
> -    inline const _Tp*
> +    constexpr const _Tp*
>
> I think the inline should not go.

Why not?  constexpr implies inline.

Jason



More information about the Gcc-patches mailing list