我が家のgcc 3.4.2 ではコンパイルできませんでした。
> $ g++ const_ptr001.cpp -o const_ptr001
> const_ptr001.cpp: In member function `char* Test<T>::ptr() [with T = const char*]':
> const_ptr001.cpp:21: instantiated from here
> const_ptr001.cpp:8: error: invalid conversion from `const char*' to `char*'