mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Fixing compilation on Linux
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user