mirror of
https://github.com/boostorg/callable_traits.git
synced 2026-02-09 23:12:24 +00:00
using _t aliases to parallel <type_traits> header
This commit is contained in:
@@ -20,7 +20,7 @@ struct foo;
|
||||
|
||||
template<typename T, typename Expect>
|
||||
void test() {
|
||||
using U = ct::remove_member_pointer<T>;
|
||||
using U = ct::remove_member_pointer_t<T>;
|
||||
static_assert(std::is_same<Expect, U>{}, "");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user