March 02, 2005
On Wed, 2 Mar 2005 13:48:16 +0000 (UTC), Manfred Nowak wrote:

> Anders F Björklund <afb@algonet.se> wrote:
> 
> [...]
>> int main()
>> {
>>    throw new Exception("");
>>    return 0;
>> }
>> 
>> This program has an exit code of "1".
> 
> According to Matthew this program shouldn't be compilable.
> 

I thought he was saying that its okay to compile this, but tell me about the unreachable statements.

-- 
Derek Parnell
Melbourne, Australia
http://www.dsource.org/projects/build
3/03/2005 2:13:37 AM
March 02, 2005
Derek <derek@psych.ward> wrote:

[...]
>> According to Matthew this program shouldn't be compilable.
> I thought he was saying that its okay to compile this, but tell me about the unreachable statements.

Is this the way how rumors come into living? :-)

-manfred

1 2
Next ›   Last »