mirror of https://github.com/CGAL/cgal
fix warning
This commit is contained in:
parent
a3266b3527
commit
dbcc15af3f
|
|
@ -3575,7 +3575,7 @@ The concept `AosApproximateTraits_2` refines the concept
|
|||
`Approximate_number_type` required by the latter, a model of the
|
||||
`AosApproximateTraits_2` concept must define the type
|
||||
`Approximate_point_2`, which is typically defined as
|
||||
`CGAL::Cartesian<Approximate_number_type>::Point_2`. Also, it must
|
||||
`CGAL::Cartesian<Approximate_number_type>::%Point_2`. Also, it must
|
||||
support the operations below (in addition to the operation required by
|
||||
the concept `AosApproximatePointTraits_2`).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue