This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r273515 - in /trunk/libstdc++-v3: ChangeLog inc...
- From: jason at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 16 Jul 2019 08:54:47 -0000
- Subject: r273515 - in /trunk/libstdc++-v3: ChangeLog inc...
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