forked from boostorg/mp11
In mp_bind.cpp, make add_pointer transparent to test it more thoroughly
This commit is contained in:
@@ -25,7 +25,7 @@ struct X7 {};
|
|||||||
struct X8 {};
|
struct X8 {};
|
||||||
struct X9 {};
|
struct X9 {};
|
||||||
|
|
||||||
template<class T> using add_pointer = typename std::add_pointer<T>::type;
|
template<class T> using add_pointer = T*;
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user