[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: VS2008 and __gc
- From: "Ben Sunshine-Hill" <sneftel@...>
- Date: Fri, 9 May 2008 15:50:25 -0400
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.