On Wed, 01 Jul 2009 12:35:58 -0700, Cary wrote:

> On Jul 1, 1:20 pm, Cary <ca...@juno.com> wrote:
>> BTW - this doesn't work for vs.
> 
> I know it's a bad sign to keep replying to yourself :-)
> 
> I just found this link about vs behavior:
> http://msdn.microsoft.com/en-us/library/34h23df8(VS.80).aspx

Worth noting that many compilers (including g++ and VS) do not *by 
default* adhere to a C++ standard, but add their own "extensions". E.g. 
to get standard adherence in g++ you might want something like:

g++ -std=c++98 -pedantic ...

-- 
Lionel B
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to