[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

C++ features (was: C++ Event mechanism)



Nicholas Lee wrote:

>How about using namespace PengiunPlay?  That would certain reduce
>namespace pollution if combined with a token prefix.

Even egcs 1.0.3 has great problems with namespaces - they´re only emulating
the std:: namespace for compatibility with the C++ standard. Other
namespaces are currently not supported at all.


Cu
	Christian