Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-11-20 16:15:51 +0300
committerLev Dragunov <l.dragunov@corp.mail.ru>2015-11-24 13:32:55 +0300
commit57d4b734aa4956bc783e1df27690f6575e5a29ef (patch)
tree65424e8bffa5fa7ce1f704dc0636c56c1b32c890 /std
parent64f157916e11c863b41b625567aaf4a697c9a65a (diff)
PR fixes.
Diffstat (limited to 'std')
-rw-r--r--std/cmath.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/cmath.hpp b/std/cmath.hpp
index dbd007bf76..0601e73eaa 100644
--- a/std/cmath.hpp
+++ b/std/cmath.hpp
@@ -11,6 +11,8 @@
#define new DEBUG_NEW
#endif
+using std::abs;
+
namespace math
{
double constexpr pi = 3.14159265358979323846;