lua-users home
lua-l archive

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


> Maybe it is typo, but allocated is not static member of A.
>
> You meant:
>
> class A{
>  static map<int, A*> allocated;
> };
>
> ?

Yes, thank you for pointing that out.  Late night email coding very
rarely gets you anywhere, especially after a few margaritas :)
wes