Move out invalid_id constant from MutablePriotityQueue template class

Enclose it into Slic3r namespace
This commit is contained in:
tamasmeszaros 2022-06-07 16:05:16 +02:00
parent db8a120953
commit 4f8535d0d5
2 changed files with 10 additions and 2 deletions

View file

@ -4,6 +4,8 @@
#include "libslic3r/MutablePriorityQueue.hpp"
using namespace Slic3r;
// based on https://raw.githubusercontent.com/rollbear/prio_queue/master/self_test.cpp
// original source Copyright Björn Fahller 2015, Boost Software License, Version 1.0, http://www.boost.org/LICENSE_1_0.txt