Re: c++/3827: new int problem.
Bonjour, Le 26 juillet 2001, Gabriel Dos Reis a écrit : > This is not a bug in the compiler. Yes ! I apologize for the inconvenient. -- Boujou t'chu tè. Franck Branjonneau <[EMAIL PROTECTED]>
Re: c++/3827: new int problem.
[EMAIL PROTECTED], [EMAIL PROTECTED] writes: | template< typename T, int role, bool ndebug > | struct init { | static T * do_it() { | T* tmp(new T); | std::cout << "/tmp/ point to: " << *tmp << "\n"; | return tmp; | } | }; | /tmp/ point to: 0 | /tmp/ point to: 107