1
0
forked from boostorg/mp11

In mp_bind.cpp, make add_pointer transparent to test it more thoroughly

This commit is contained in:
Peter Dimov
2018-02-11 05:40:20 +02:00
parent 511f12c91e
commit 4f727f04a0

View File

@ -25,7 +25,7 @@ struct X7 {};
struct X8 {};
struct X9 {};
template<class T> using add_pointer = typename std::add_pointer<T>::type;
template<class T> using add_pointer = T*;
int main()
{