help-gplusplus
[Top][All Lists]
Advanced

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

Re: help! complie error in gcc


From: Andre Poenitz
Subject: Re: help! complie error in gcc
Date: Tue, 19 Sep 2006 18:11:57 +0200

chenjun.bj@gmail.com 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'


reply via email to

[Prev in Thread] Current Thread [Next in Thread]