Fixed template specialisation syntax.

This commit is contained in:
Geert-Jan Giezeman 1999-03-30 13:31:18 +00:00
parent 33d6d68086
commit 42d8577003
1 changed files with 2 additions and 0 deletions

View File

@ -272,6 +272,7 @@ Once inline (which the g++ compiler wants because of a bug) and once outline.
CGAL_BEGIN_NAMESPACE
template <>
Bbox_2_Line_2_pair< Cartesian<double> >::Bbox_2_Line_2_pair(
Bbox_2 const *bbox, Line_2< Cartesian<double> > const *line)
{
@ -554,6 +555,7 @@ CGAL_END_NAMESPACE
CGAL_BEGIN_NAMESPACE
template <>
Ray_2_Bbox_2_pair< Cartesian<double> >::
Ray_2_Bbox_2_pair(
Ray_2< Cartesian<double> > const *ray,