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

jason@gcc.gnu.org jason@gcc.gnu.org
Tue Jul 16 08:54:00 GMT 2019


Author: jason
Date: Tue Jul 16 08:54:47 2019
New Revision: 273515

URL: https://gcc.gnu.org/viewcvs?rev=273515&root=gcc&view=rev
Log:
Add parens around constraint in <memory>.

C++20 concepts require parens around atomic constraints that are not
primary-expressions.

	* include/std/memory (uses_allocator_construction_args): Add parens
	around constraint.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/memory



More information about the Libstdc++-cvs mailing list