lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Mar 14, 2014 at 11:33 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> 2014-03-14 20:22 GMT+02:00 steve donovan <steve.j.donovan@gmail.com>:
>
>> As for refusing to learn C++, this is entirely a sensible decision.
>
> template <type1,type2> type1 CUlater(type2 x, type2 y)=0;
>
> Once upon a time, I could churn out that sort of thing in my sleep.
> Not now.

I still can, although I point out that without a virtual declaration
the =0 there is an error. ;)

/s/ Adam