mirror of https://github.com/CGAL/cgal
Try to fix compiler error for g++-3.4
This commit is contained in:
parent
c283ac6689
commit
0bac9ece26
|
|
@ -2046,6 +2046,11 @@ namespace CGAL {
|
|||
{
|
||||
public:
|
||||
typedef Combinatorial_map<d_, Items_,Alloc_> Self;
|
||||
typedef Combinatorial_map_base<d_, Self, Items_, Alloc_> Base;
|
||||
|
||||
typedef typename Base::Dart_handle Dart_handle;
|
||||
typedef typename Base::Dart_const_handle Dart_const_handle;
|
||||
typedef typename Base::Alloc Alloc;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,18 +0,0 @@
|
|||
This is TeX, Version 3.14159 (Web2C 7.3.1) (format=latex 1999.9.28) 20 AUG 2001 10:32
|
||||
**manual
|
||||
|
||||
! Emergency stop.
|
||||
<*> manual
|
||||
|
||||
End of file on the terminal!
|
||||
|
||||
|
||||
Here is how much of TeX's memory you used:
|
||||
2 strings out of 55901
|
||||
16 string characters out of 397249
|
||||
43956 words of memory out of 1000001
|
||||
3016 multiletter control sequences out of 10000+10000
|
||||
3640 words of font info for 14 fonts, out of 400000 for 1000
|
||||
14 hyphenation exceptions out of 2400
|
||||
0i,0n,0p,1b,6s stack positions out of 1200i,100n,500p,50000b,16000s
|
||||
No pages of output.
|
||||
Loading…
Reference in New Issue