This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Namespaces & main()
- To: schwab at issan dot informatik dot uni-dortmund dot de (Andreas Schwab), egcs at cygnus dot com
- Subject: Re: Namespaces & main()
- From: Jason Merrill <jason at cygnus dot com>
- Date: 16 Oct 1998 11:49:51 -0700
- References: <Pine.NEB.4.02.9810151815540.1068-100000@duhnet.net> <vyzsogoyk8f.fsf.cygnus.egcs@issan.cs.uni-dortmund.de>
>>>>> Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> writes:
> |> This part is correct. The global "main" is explicitly defined in the C++
> |> standard to return 0 if no return value is given.
> Unfortunately g++ doesn't implement that yet.
Huh? Sure it does.
Jason