$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r81429 - trunk/boost/polygon
From: sydorchuk.andriy_at_[hidden]
Date: 2012-11-19 17:52:08
Author: asydorchuk
Date: 2012-11-19 17:52:07 EST (Mon, 19 Nov 2012)
New Revision: 81429
URL: http://svn.boost.org/trac/boost/changeset/81429
Log:
Polygon: fixing bug #7678.
Text files modified:
trunk/boost/polygon/voronoi_geometry_type.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/polygon/voronoi_geometry_type.hpp
==============================================================================
--- trunk/boost/polygon/voronoi_geometry_type.hpp (original)
+++ trunk/boost/polygon/voronoi_geometry_type.hpp 2012-11-19 17:52:07 EST (Mon, 19 Nov 2012)
@@ -33,7 +33,7 @@
SOURCE_CATEGORY_BITMASK = 0x1F
};
-bool belongs(
+inline bool belongs(
SourceCategory source_category,
GeometryCategory geometry_category) {
return (static_cast<std::size_t>(source_category) >>