abs(int) missing

brent verner brent@rcfile.org
Thu Aug 17 07:15:00 GMT 2000


On 17 Aug 2000 at 14:46 (+0200), Levente Farkas wrote:
| hi,
| it seems to me that abs(int) is missing from std namespace!!!

yes, it is. I'm currently _trying_ to sort out the c header madness,
but that work is going rather slow :\

|   int i = std::abs(4);

| any tipp ?

if this code _must work_ today, just remove the std:: from abs(int).

hth.
  brent

-- 
Damon Brent Verner                        o      _     _         _
Cracker Jack® Surprise Certified  _o     /\_   _ \\o  (_)\__/o  (_)
brent@rcfile.org                _< \_   _>(_) (_)/<_    \_| \   _|/' \/
brent@linux1.org               (_)>(_) (_)        (_)   (_)    (_)'  _\o_


More information about the Libstdc++ mailing list