Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86145 - trunk/boost/geometry/core
From: mateusz_at_[hidden]
Date: 2013-10-03 11:12:38


Author: mloskot
Date: 2013-10-03 11:12:38 EDT (Thu, 03 Oct 2013)
New Revision: 86145
URL: http://svn.boost.org/trac/boost/changeset/86145

Log:
[geometry] Correct pointlike_tag name in a comment

Text files modified:
   trunk/boost/geometry/core/tag_cast.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/geometry/core/tag_cast.hpp
==============================================================================
--- trunk/boost/geometry/core/tag_cast.hpp Thu Oct 3 05:17:42 2013 (r86144)
+++ trunk/boost/geometry/core/tag_cast.hpp 2013-10-03 11:12:38 EDT (Thu, 03 Oct 2013) (r86145)
@@ -25,7 +25,7 @@
 \brief Metafunction defining a type being either the specified tag, or one
     of the specified basetags if the type inherits from them.
 \details Tags can inherit each other. A multi_point inherits, for example,
- both the multi_tag and the pointlike tag. Often behaviour can be shared
+ both the multi_tag and the pointlike_tag. Often behaviour can be shared
     between different geometry types. A tag, found by the metafunction tag,
     can be casted to a more basic tag, and then dispatched by that tag.
 \ingroup core


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk