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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-06-03 20:09:23 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:51:35 +0300
commit9f8e046e226ff64b6b305c65d7bc1e38be2502c8 (patch)
treec3e1501c6163689d691a02ea0ef8170ac23bfb71 /geometry
parent385061cb9165dddab490e1e3882fa91fb92443e9 (diff)
clang-format
Diffstat (limited to 'geometry')
-rw-r--r--geometry/point2d.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/geometry/point2d.hpp b/geometry/point2d.hpp
index da19528268..d4e61f2620 100644
--- a/geometry/point2d.hpp
+++ b/geometry/point2d.hpp
@@ -393,8 +393,9 @@ bool AlmostEqualULPs(m2::Point<T> const & p1, m2::Point<T> const & p2, unsigned
}
-//hash function for unordered map realisation.
-namespace boost{
+// hash function for unordered map realisation.
+namespace boost
+{
template <>
struct hash<m2::PointD>
{