From 2b8528e3181e5e2f4955c472dfe7bc95c452ee85 Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Tue, 3 Feb 2015 21:57:10 +0200 Subject: [PATCH] [algorithms][is_valid] fix namespace in comment --- include/boost/geometry/algorithms/detail/is_valid/ring.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/geometry/algorithms/detail/is_valid/ring.hpp b/include/boost/geometry/algorithms/detail/is_valid/ring.hpp index c88df79b0..628fb4df7 100644 --- a/include/boost/geometry/algorithms/detail/is_valid/ring.hpp +++ b/include/boost/geometry/algorithms/detail/is_valid/ring.hpp @@ -1,6 +1,6 @@ // Boost.Geometry (aka GGL, Generic Geometry Library) -// Copyright (c) 2014, Oracle and/or its affiliates. +// Copyright (c) 2014-2015, Oracle and/or its affiliates. // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle @@ -144,7 +144,7 @@ struct is_valid_ring }; -}} // namespace dispatch +}} // namespace detail::is_valid #endif // DOXYGEN_NO_DETAIL