type-traits (integral_constant::operator()): Implement N3545.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Sat, 8 Jun 2013 16:12:07 +0000 (16:12 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sat, 8 Jun 2013 16:12:07 +0000 (17:12 +0100)
commitdb113eda6da16755879ae51d5b9c8f23e997779c
tree9541db78d44da77cff915dbc78ac05b1c45dc2c5
parent299316ed37671290b5be88a5e69b6e02b5baf864
type-traits (integral_constant::operator()): Implement N3545.

* include/std/type-traits (integral_constant::operator()): Implement
N3545.
* testsuite/20_util/integral_constant/call_operator.cc: New.
* testsuite/20_util/declval/requirements/1_neg.cc: Adjust dg-error
line numbers.
* testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
Likewise.
* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
Likewise.

From-SVN: r199853
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/type_traits
libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
libstdc++-v3/testsuite/20_util/integral_constant/call_operator.cc [new file with mode: 0644]
libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc