|
|
Log in / Subscribe / Register

Apache resigns from the Java Community Process executive committee

Apache resigns from the Java Community Process executive committee

Posted Dec 14, 2010 0:03 UTC (Tue) by cmccabe (guest, #60281)
In reply to: Apache resigns from the Java Community Process executive committee by HelloWorld
Parent article: Apache resigns from the Java Community Process executive committee

Just for fun, can you spot the bug in this code?

> extern void fun1(std::tr1::shared_ptr<int> a, int b);
>
> extern short fun2();
>
> void fun3() {
> fun1(std::tr1::shared_ptr<int>(new int(2)), fun2());
> }


The LWN site is currently under high scraper load, so comment display has been suppressed for anonymous users. If you are a human, you may read the comments by clicking the button below:

Note: you can avoid this step in the future by logging into your LWN account.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds