This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: User-define literals for std::complex.


On 20 October 2013 22:18, Ed Smith-Rowland wrote:
> On 09/27/2013 05:39 AM, Jonathan Wakely wrote:
>>
>> On 27 September 2013 05:17, Ed Smith-Rowland wrote:
>>>
>>> The complex user-defined literals finally passed (n3779) with the
>>> resolution
>>> to DR1473 allowing the suffix id to touch the quotes (Can't find it but I
>>> put it in not too long ago).
>>
>> I think it's been approved by the LWG and looks like it will go to a
>> vote by the full committee, but let's wait for that to pass before
>> making any changes.
>>
>
> Now that this is in the working paper can we go ahead?

Yes, thanks for waiting.  The patch you posted is OK, although I think
"inline constexpr" on the new operators is redundant, as constexpr
functions are implicitly inline.


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