mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fix broken hole drilling
This commit is contained in:
@@ -10,9 +10,9 @@
|
|||||||
using SignalT = decltype (SIGSEGV);
|
using SignalT = decltype (SIGSEGV);
|
||||||
|
|
||||||
template<class TryFn, class CatchFn, int N>
|
template<class TryFn, class CatchFn, int N>
|
||||||
void try_catch_signal(const SignalT (&/*sigs*/)[N], TryFn &&/*fn*/, CatchFn &&/*cfn*/)
|
void try_catch_signal(const SignalT (&/*sigs*/)[N], TryFn &&fn, CatchFn &&/*cfn*/)
|
||||||
{
|
{
|
||||||
// TODO
|
fn();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user