diff options
Diffstat (limited to 'src/wall-atlas.cpp')
-rw-r--r-- | src/wall-atlas.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wall-atlas.cpp b/src/wall-atlas.cpp index 24910549..344404d3 100644 --- a/src/wall-atlas.cpp +++ b/src/wall-atlas.cpp @@ -127,4 +127,10 @@ bool Direction::is_empty() const noexcept return true; } +bool Frame::operator==(const Frame&) const noexcept = default; +bool Group::operator==(const Group&) const noexcept = default; +bool Direction::operator==(const Direction&) const noexcept = default; +bool Info::operator==(const floormat::Wall::Info&) const noexcept = default; +bool DirArrayIndex::operator==(const floormat::Wall::DirArrayIndex&) const noexcept = default; + } // namespace floormat::Wall |