mirror of https://github.com/CGAL/cgal
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:
parent
a86d3fb9dc
commit
aef3d268c7
|
|
@ -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
|
16 March 2006 Joachim Reichel
|
||||||
- prefix cgal_ added to filtered_predicates_generator.pl
|
- prefix cgal_ added to filtered_predicates_generator.pl
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,20 +48,6 @@ namespace CGALi {
|
||||||
static const Sign max = POSITIVE;
|
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 <>
|
template <>
|
||||||
struct Minmax_traits <Bounded_side>
|
struct Minmax_traits <Bounded_side>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue