mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 04:37:52 -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>
|
struct iterator_range : std::pair<const_iterator, const_iterator>
|
||||||
{
|
{
|
||||||
using std::pair<const_iterator, const_iterator>::pair;
|
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 begin() throw() { return this->first; }
|
||||||
const_iterator end() throw() { return this->second; }
|
const_iterator end() throw() { return this->second; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue