mirror of https://github.com/CGAL/cgal
*** empty log message ***
This commit is contained in:
parent
2d9846b139
commit
7103716bec
|
|
@ -1,3 +1,5 @@
|
|||
1.0.6 SunPro 5.3 fix added (suggested by Michael Hoffmann)
|
||||
|
||||
1.0.5 fix for SunPro CC added in _base_window.C
|
||||
|
||||
1.0.4 cursorfont.h changed
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
// release_date : $CGAL_Date: 2001/06/21 $
|
||||
//
|
||||
// file : include/CGAL/LEDA/color.h
|
||||
// package : cgal_window (1.0.3)
|
||||
// package : cgal_window (1.0.6)
|
||||
// maintainer : Matthias Baesken <baesken@informatik.uni-trier.de>
|
||||
// revision : 1.0.3
|
||||
// revision_date : 25 June 2001
|
||||
// revision : 1.0.6
|
||||
// revision_date : 13 September 2001
|
||||
// author(s) : Matthias Baesken, Algorithmic Solutions
|
||||
//
|
||||
// coordinator : Matthias Baesken, Trier (<baesken@informatik.uni-trier.de>)
|
||||
|
|
@ -100,8 +100,7 @@ public:
|
|||
|
||||
operator int() const { return col_index; }
|
||||
|
||||
|
||||
#if defined(__SUNPRO_CC) && (__SUNPRO_CC >= 0x500)
|
||||
#if defined(__SUNPRO_CC) && (__SUNPRO_CC >= 0x500) && (__SUNPRO_CC < 0x530)
|
||||
|
||||
friend bool operator==(const color& c1 , const color& c2)
|
||||
{ return c1.col_index == c2.col_index; }
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.0.5 (16 Aug 2001)
|
||||
1.0.6 (13 Sept 2001)
|
||||
|
|
|
|||
Loading…
Reference in New Issue