removed Minmax_traits for Oriented_side and Comparison_result due to clash with Sign (these three types are now the same).

This commit is contained in:
Menelaos Karavelas 2006-07-18 19:42:19 +00:00
parent a86d3fb9dc
commit aef3d268c7
2 changed files with 4 additions and 14 deletions

View File

@ -1,3 +1,7 @@
18 July 2006 Menelaos Karavelas
- removed Minmax_traits for Oriented_side and Comparison_result due to
clash with Sign (these three types are now the same).
16 March 2006 Joachim Reichel
- prefix cgal_ added to filtered_predicates_generator.pl

View File

@ -48,20 +48,6 @@ namespace CGALi {
static const Sign max = POSITIVE;
};
template <>
struct Minmax_traits <Comparison_result>
{
static const Comparison_result min = SMALLER;
static const Comparison_result max = LARGER;
};
template <>
struct Minmax_traits <Oriented_side>
{
static const Oriented_side min = ON_NEGATIVE_SIDE;
static const Oriented_side max = ON_POSITIVE_SIDE;
};
template <>
struct Minmax_traits <Bounded_side>
{