author | Shabe Razvi <shaber@symbian.org> |
Mon, 08 Feb 2010 18:20:48 +0000 | |
changeset 4 | 97befe7e0e71 |
parent 0 | 83f4b4db085c |
child 18 | 99082257a271 |
permissions | -rw-r--r-- |
//desc:test LDataXX is used as a return type of a specialised function of a class for LS13 //option: //date:2008-8-21 14:10:2 //author:pingorliu //type: CT class temp { public: template<class T> const T func()const { } template<> const LDataXX func<LString16>()const //check:func,return { foo(); } };