picout and clean
This commit is contained in:
@@ -42,8 +42,6 @@ public:
|
||||
//! Contructs an empty set
|
||||
PISet() {}
|
||||
|
||||
virtual ~PISet() {;}
|
||||
|
||||
//! Contructs set with one element "value"
|
||||
PISet(const T & value) {_CSet::insert(value, 0);}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user