template<typename T> struct MyGreatBeautifulBox:box<T>{}; int main(){ MyGreatBeautifulBox<int> ibox; MyGreatBeautifulBox<char> cbox;