This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: abs function question


On Tue, Jul 29, 2003 at 06:39:30AM +0200, Gabriel Dos Reis wrote:
> Steve Ellcey <sje@cup.hp.com> writes:
> 
> | I am currently running into a problem with the function abs and the
> | header std_cstdlib.h.  
> 
> Huh!?  How can an inline definition could possibly clash with a using
> declaration?  Some piece of information is missing.  Could tell us
> more about that inline declaration?

I think he's saying that if __cplusplus is defined, no abs is declared 
at all, so there is no ::abs to import into std.

Nathan Myers
ncm-nospam@cantrip.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]