r270552 - in /trunk/libstdc++-v3: ChangeLog inc...
redi@gcc.gnu.org
redi@gcc.gnu.org
Wed Apr 24 16:25:00 GMT 2019
Author: redi
Date: Wed Apr 24 16:25:21 2019
New Revision: 270552
URL: https://gcc.gnu.org/viewcvs?rev=270552&root=gcc&view=rev
Log:
Use __and_v<...> instead of __and_<...>::value
* include/std/any (any::any(ValueType&&)): Use __and_v.
* include/std/numeric (midpoint(T, T, T), midpoint(T*, T*, T*)):
Likewise.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/std/any
trunk/libstdc++-v3/include/std/numeric
More information about the Libstdc++-cvs
mailing list