Move out invalid_id constant from MutablePriotityQueue template class
Enclose it into Slic3r namespace
This commit is contained in:
parent
db8a120953
commit
4f8535d0d5
2 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue