This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


On 11/01/2010 03:10 PM, Jason Merrill wrote:
> 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.
Indeed, thanks for reminding me.

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]