mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 11:12:21 +00:00
geometry extensions: fixed compile error in box translation.
[SVN r84543]
This commit is contained in:
@@ -98,7 +98,7 @@ struct translate<Box, Vector, box_tag>
|
||||
|
||||
static inline void apply(Box & box, Vector const& vector, boost::mpl::bool_<true> /*is_cartesian*/)
|
||||
{
|
||||
geometry::detail::box_cartesian<
|
||||
geometry::detail::translate::box_cartesian<
|
||||
Box, Vector, traits::dimension<point_type>::value
|
||||
>::apply(box, vector);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user