On Wed, Dec 10, 1997 at 11:15:01AM +0100, Andreas Schwab wrote: > Why are abs, labs and fabs not builtins in C++? Don't know about labs/fabs, but I believe the std c++ library overloads abs. That's not to say that we can't define the overloads as builtins as well, but... r~