/Users/as-xjc/ClionProjects/untitled1/main.cpp:20:7: error: no matching constructor for initialization of 'Int' Int t2(std::move(t1)); ^ ~~~~~~~~~~~~~ /Users/as-xjc/ClionProjects/untitled1/main.cpp:13:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'typename remove_reference &>::type' (aka 'TBase') to 'const Int' for 1st argument class Int : public TBase { ^ /Users/as-xjc/ClionProjects/untitled1/main.cpp:13:7: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'typename remove_reference &>::type' (aka 'TBase') to 'Int' for 1st argument class Int : public TBase { ^ /Users/as-xjc/ClionProjects/untitled1/main.cpp:13:7: note: candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 1 was provided 1 error generated.