]> git.ipfire.org Git - thirdparty/gcc.git/commit
Use __and_v<...> instead of __and_<...>::value
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Apr 2019 16:25:21 +0000 (16:25 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Apr 2019 16:25:21 +0000 (16:25 +0000)
commitdd3b700647850437ac030fd73f4b42a1993b3710
treea5931c6b36d104dcef098cf018e28b663c444124
parent14710c9dacbcacfaaf33eba772314b7e6d6cd58a
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@270552 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/any
libstdc++-v3/include/std/numeric