lua-users home
lua-l archive

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


On Fri, May 9, 2008 at 3:38 PM, Wesley Smith <wesley.hoke@gmail.com> wrote:
> Is this a C++0x thing?  I use __new, __index, __newindex, __string,
> __gc everywhere in my code and GCC has not complained a bit, so I
> don't see how this isn't compliant with the C++ standard.  Do you have
> documentation of this claim?

It's in the C++ standard. The precise section is left as an exercise
to the reader.