PR78361 recognise noexcept functions as referenceable
authorJonathan Wakely <redi@gcc.gnu.org>
Fri, 13 Jan 2017 12:18:42 +0000 (12:18 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 13 Jan 2017 12:18:42 +0000 (12:18 +0000)
commitc6ab9061919bc875199dd0c779f1d71f78f2e274
treedd2be1bf61293f8245fe17be99075ff73e20f3c7
parentb3686dde2cf2324ca565416e59e3173dbc6c7a22
PR78361 recognise noexcept functions as referenceable

2017-01-13  Jonathan Wakely  <jwakely@redhat.com>

PR libstdc++/78361
* testsuite/20_util/add_pointer/value.cc: Test forming function
pointers.

2017-01-13  Michael Brune  <lucdanton@free.fr>

PR libstdc++/78361
* include/std/type_traits (__is_referenceable): Handle noexcept
function types.

From-SVN: r244432
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/type_traits
libstdc++-v3/testsuite/20_util/add_pointer/value.cc