mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Fix broken hole drilling
This commit is contained in:
		
							parent
							
								
									f51f1cc368
								
							
						
					
					
						commit
						7ed0d6b886
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -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 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tamasmeszaros
						tamasmeszaros