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
diff options
context:
space:
mode:
authorYury Melnichek <melnichek@gmail.com>2011-01-30 08:14:12 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:11:16 +0300
commita44438c5d1bdb71944e7d4cd33c88b62932a6b7c (patch)
tree0358ea20069ccd5a402c26b39b685288910a8125 /std/complex.hpp
parent6d51b053222a86b52ed3b3825a5f873bd385dafe (diff)
Add std::polar() and m2::Points<X>::SquareLength().
Diffstat (limited to 'std/complex.hpp')
-rw-r--r--std/complex.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/complex.hpp b/std/complex.hpp
index 3a13f0a5bd..da19ea0f9e 100644
--- a/std/complex.hpp
+++ b/std/complex.hpp
@@ -8,6 +8,7 @@
#include <complex>
using std::complex;
+using std::polar;
#ifdef DEBUG_NEW
#define new DEBUG_NEW