From 4f727f04a0e85b380c2dece85834af8e64965504 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 11 Feb 2018 05:40:20 +0200 Subject: [PATCH] In mp_bind.cpp, make add_pointer transparent to test it more thoroughly --- test/mp_bind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {