mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Fixing compilation on clang in debug mode.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace ClipperUtils {
|
|||||||
constexpr bool operator==(const iterator &rhs) const { return true; }
|
constexpr bool operator==(const iterator &rhs) const { return true; }
|
||||||
constexpr bool operator!=(const iterator &rhs) const { return false; }
|
constexpr bool operator!=(const iterator &rhs) const { return false; }
|
||||||
const Points& operator++(int) { assert(false); return s_empty_points; }
|
const Points& operator++(int) { assert(false); return s_empty_points; }
|
||||||
constexpr iterator& operator++() { assert(false); return *this; }
|
const iterator& operator++() { assert(false); return *this; }
|
||||||
};
|
};
|
||||||
|
|
||||||
constexpr EmptyPathsProvider() {}
|
constexpr EmptyPathsProvider() {}
|
||||||
|
|||||||
Reference in New Issue
Block a user