comments
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
afa2286edc
commit
0968c3f901
|
|
@ -63,7 +63,6 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
// Copy constructor
|
||||
BoundedHeap(const BoundedHeap& other) :
|
||||
heap_(other.heap_),
|
||||
max_size_(other.max_size_),
|
||||
|
|
|
|||
|
|
@ -199,9 +199,7 @@ public:
|
|||
PropertyValue(ClockSet *value);
|
||||
PropertyValue(ConstPathSeq *value);
|
||||
PropertyValue(PwrActivity *value);
|
||||
// Copy constructor.
|
||||
PropertyValue(const PropertyValue &value);
|
||||
// Move constructor.
|
||||
PropertyValue(PropertyValue &&value) noexcept;
|
||||
~PropertyValue();
|
||||
Type type() const { return type_; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue