mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Fixing compilation on Linux
This commit is contained in:
parent
04014db136
commit
c8bdc62af4
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ public:
|
|||
struct iterator_range : std::pair<const_iterator, const_iterator>
|
||||
{
|
||||
using std::pair<const_iterator, const_iterator>::pair;
|
||||
iterator_range(const std::pair<const_iterator, const_iterator> in) : std::pair<const_iterator, const_iterator>(in) {}
|
||||
|
||||
const_iterator begin() throw() { return this->first; }
|
||||
const_iterator end() throw() { return this->second; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue