This is the mail archive of the libstdc++-cvs@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]

r203940 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: emsr
Date: Wed Oct 23 00:09:19 2013
New Revision: 203940

URL: http://gcc.gnu.org/viewcvs?rev=203940&root=gcc&view=rev
Log:
2013-09-27  Ed Smith-Rowland  <3dw4rd@verizon.net>

	Implement N3779 - User-defined Literals for std::complex,
	part 2 of UDL for Standard Library Types
	* include/std/complex: Add complex literal operators.
	* testsuite/26_numerics/complex/literals/types.cc: New.
	* testsuite/26_numerics/complex/literals/values.cc: New.


Added:
    trunk/libstdc++-v3/testsuite/26_numerics/complex/literals/
    trunk/libstdc++-v3/testsuite/26_numerics/complex/literals/types.cc
    trunk/libstdc++-v3/testsuite/26_numerics/complex/literals/values.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/complex


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