Merge pull request #209 from mkaravel/fix/use_correct_namespace_in_comment

[algorithms][is_valid] fix namespace in comment
This commit is contained in:
Barend Gehrels
2015-02-03 22:54:51 +01:00

View File

@@ -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