mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
LAYER_PAIR doesn't need a comparison
This upsets the Windows build and isn't needed as there's no container used that needs the operator.
This commit is contained in:
parent
371a1b711f
commit
0c3ac40bb6
@ -287,8 +287,6 @@ public:
|
|||||||
|| ( m_layerA == aOther.m_layerB && m_layerB == aOther.m_layerA );
|
|| ( m_layerA == aOther.m_layerB && m_layerB == aOther.m_layerA );
|
||||||
}
|
}
|
||||||
|
|
||||||
bool operator<=> ( const LAYER_PAIR& aOther ) const = default;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
PCB_LAYER_ID m_layerA;
|
PCB_LAYER_ID m_layerA;
|
||||||
PCB_LAYER_ID m_layerB;
|
PCB_LAYER_ID m_layerB;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user