This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Implement N3642 - User-defined Literals for Standard Library Types
- From: Daniel Krügler <daniel dot kruegler at gmail dot com>
- To: Ed Smith-Rowland <3dw4rd at verizon dot net>
- Cc: "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 31 May 2013 16:41:41 +0200
- Subject: Re: Implement N3642 - User-defined Literals for Standard Library Types
- References: <51A8B078 dot 9000308 at verizon dot net>
2013/5/31 Ed Smith-Rowland <3dw4rd@verizon.net>:
> Greetings,
>
> This patch implements N3642 - User-defined literals for
> std::chrono::duration and std::basic_string
> and N3660 - User-defined literals for std::complex.
N3660 was rejected during the Bristol meeting, the main reason being
the ugliness of the complex-float literal and giving it some time to
find a possible sore language solution. Is there still the idea to add
this now?
- Daniel