mirror of https://github.com/CGAL/cgal
Use CGAL_USE
This commit is contained in:
parent
3ef9aea5eb
commit
4f33354ace
|
|
@ -61,6 +61,7 @@ public:
|
|||
|
||||
bool operator==( Nullptr_t p) const {
|
||||
CGAL_assertion( p == 0);
|
||||
CGAL_USE(p);
|
||||
return ( nt == 0); //###//
|
||||
}
|
||||
bool operator!=( Nullptr_t p) const {
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ public:
|
|||
|
||||
bool operator==( Nullptr_t p) const {
|
||||
CGAL_assertion( p == 0);
|
||||
CGAL_USE(p);
|
||||
return ( nt == 0);
|
||||
}
|
||||
bool operator!=( Nullptr_t p) const { return !(*this == p); }
|
||||
|
|
|
|||
Loading…
Reference in New Issue