Eliminate warnings caused by changes to aid new libslic3r backend

This commit is contained in:
tamasmeszaros 2021-04-21 15:50:46 +02:00
parent ad19ab219d
commit dca67822d1
5 changed files with 44 additions and 18 deletions

View file

@ -10,10 +10,6 @@
namespace Slic3r {
// Borrowed from C++20
template<class T>
using remove_cvref_t = std::remove_reference_t<std::remove_cv_t<T>>;
// Override for valid execution policies
template<class EP> struct IsExecutionPolicy_ : public std::false_type {};