[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
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to