mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 21:16:01 +08:00
Fixing compilation on clang in debug mode.
This commit is contained in:
parent
1aef86f650
commit
00835c7367
@ -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() {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user