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:
authorAlex Zolotarev <alex@maps.me>2015-06-24 15:48:15 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:33 +0300
commit7afc128a29c5a290f34e4f7aafcbe0e80bb09f50 (patch)
tree71eaaa2d2f876d5dde659eeb383bd8940e1fd601 /std
parenta2bbe7a4e180b996e73e183d53bc05f22618fa21 (diff)
Fixed cmath define.
Diffstat (limited to 'std')
-rw-r--r--std/cmath.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/cmath.hpp b/std/cmath.hpp
index 5dbcc75660..8af5e5307a 100644
--- a/std/cmath.hpp
+++ b/std/cmath.hpp
@@ -1,10 +1,10 @@
#pragma once
-#include "common_defines.hpp"
#ifdef new
#undef new
#endif
+// We do not define _USE_MATH_DEFINES - please add your constants below.
#include <cmath>
#ifdef DEBUG_NEW