split long lines

This commit is contained in:
Eli Packer 2003-03-03 14:05:16 +00:00
parent a99d250485
commit a38c8a9f9c
1 changed files with 4 additions and 2 deletions

View File

@ -853,7 +853,8 @@ Snap_rounding_2<Rep_>::insert(InputIterator first, InputIterator last)
template<class Rep_>
const Snap_rounding_2<Rep_>::Polyline_const_iterator Snap_rounding_2<Rep_>::polylines_begin()
const Snap_rounding_2<Rep_>::Polyline_const_iterator
Snap_rounding_2<Rep_>::polylines_begin()
{
if(need_sr) {
need_sr = false;
@ -865,7 +866,8 @@ const Snap_rounding_2<Rep_>::Polyline_const_iterator Snap_rounding_2<Rep_>::poly
}
template<class Rep_>
const Snap_rounding_2<Rep_>::Polyline_const_iterator Snap_rounding_2<Rep_>::polylines_end()
const Snap_rounding_2<Rep_>::Polyline_const_iterator
Snap_rounding_2<Rep_>::polylines_end()
{
if(need_sr) {
need_sr = false;