mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_canvas_gui_refactoring
This commit is contained in:
		
						commit
						0453d818f5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -758,7 +758,7 @@ public: | |||
|     template<class T> inline const Pillar& pillar(T id) const { | ||||
|         static_assert(std::is_integral<T>::value, "Invalid index type"); | ||||
|         assert(id >= 0 && id < m_pillars.size() && | ||||
|                id < std::numerix_limits<size_t>::max()); | ||||
|                id < std::numeric_limits<size_t>::max()); | ||||
|         return m_pillars[size_t(id)]; | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Enrico Turri
						Enrico Turri