diff --git a/test/mp_bind.cpp b/test/mp_bind.cpp index 19edf31..1174bf4 100644 --- a/test/mp_bind.cpp +++ b/test/mp_bind.cpp @@ -25,7 +25,7 @@ struct X7 {}; struct X8 {}; struct X9 {}; -template using add_pointer = typename std::add_pointer::type; +template using add_pointer = T*; int main() {