Subject: [Boost-users] [STL] Is there a std::abs<>() function? (Max)
From: Philip Ogunbona (ssyste10_at_[hidden])
Date: 2008-12-22 10:45:52


Max,
Using STL does not prevent access to abs(), fabs() and labs(). You just
need to #include <cstdlib>.
Is that what you want?
Philip