integrate Laurent's comments

This commit is contained in:
Andreas Fabri 2015-08-28 15:09:37 +02:00
parent 884be65abc
commit a4351336d2
3 changed files with 4 additions and 17 deletions

View File

@ -200,20 +200,7 @@ create_offset_polygons_2 ( FT const& aOffset, Skeleton const& aSs, K const& k )
return create_offset_polygons_2<Polygon>(aOffset, aSs, k ) ;
}
#if 0 // this is NOT documented
#if !defined(_MSC_VER) || ( _MSC_VER >= 1500 )
template<class FT, class Skeleton>
std::vector< boost::shared_ptr< Polygon_2< typename Skeleton::Traits::Kernel > > >
inline
create_offset_polygons_2 ( FT const& aOffset, Skeleton const& aSs )
{
typedef typename Skeleton::Traits::Kernel K ;
return create_offset_polygons_2(aOffset, aSs, K() ) ;
}
#endif
#endif
template<class Polygon, class FT, class Skeleton>
std::vector< boost::shared_ptr<Polygon> >