mirror of https://github.com/CGAL/cgal
- Add missing typename for MipsPro.
This commit is contained in:
parent
5f1920ec22
commit
b1a71bb0ab
|
|
@ -1,3 +1,6 @@
|
|||
Version 1.57 (5 June 01)
|
||||
- Add missing typename for MipsPro.
|
||||
|
||||
Version 1.56 (1 June 01)
|
||||
- Document the hierarchy.
|
||||
- Use MP_Float.
|
||||
|
|
|
|||
|
|
@ -2555,7 +2555,8 @@ swap(Tds & tds)
|
|||
}
|
||||
|
||||
template <class Vb, class Cb >
|
||||
std::vector< Triangulation_data_structure_3<Vb,Cb>::Vertex * >
|
||||
std::vector< CGAL_TYPENAME_MSVC_NULL
|
||||
Triangulation_data_structure_3<Vb,Cb>::Vertex * >
|
||||
Triangulation_data_structure_3<Vb,Cb>::
|
||||
clear_cells_only()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue