Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
template<typename T> struct remove_reference { typedef T type; }; template<typename T> struct remove_reference<T&> { typedef T type; }; #define HAVE_TYPE_TRAITS