mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 08:04:26 +08:00
Fix Linux build errors
This commit is contained in:
parent
a9ae487a3e
commit
a63ddc33e2
@ -1122,13 +1122,12 @@ namespace client
|
||||
|
||||
template<typename Iterator>
|
||||
struct InterpolateTableContext {
|
||||
template<typename Iterator>
|
||||
struct Item {
|
||||
double x;
|
||||
boost::iterator_range<Iterator> it_range_x;
|
||||
double y;
|
||||
};
|
||||
std::vector<Item<Iterator>> table;
|
||||
std::vector<Item> table;
|
||||
|
||||
static void init(const expr<Iterator> &x) {
|
||||
if (!x.numeric_type())
|
||||
|
Loading…
x
Reference in New Issue
Block a user