Created a RAII class to switch LC_NUMERIC to "C" and back

This commit is contained in:
Lukas Matena
2021-05-03 16:00:46 +02:00
parent 9da87d8e0f
commit 5a1441f9b7
3 changed files with 108 additions and 0 deletions

View File

@@ -126,6 +126,8 @@ add_library(libslic3r STATIC
Line.hpp
LibraryCheck.cpp
LibraryCheck.hpp
LocalesUtils.cpp
LocalesUtils.hpp
Model.cpp
Model.hpp
ModelArrange.hpp