[EMAIL PROTECTED] wrote:
> template<class _Ty>
> _Ty* value_type(_Ty*)
> { return ((_Ty*)0); }You are using identifiers reserved for the compiler implementation (here '_' + upper case). Things are allowed to go awfully wrong when doing so. Andre' _______________________________________________ help-gplusplus mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gplusplus
