mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 03:11:59 +08:00
Merge remote-tracking branch 'remotes/prusa/stable' into merill-merge
This commit is contained in:
commit
b567fd445b
@ -1479,7 +1479,7 @@ public:
|
|||||||
unsigned char new_value = 0;
|
unsigned char new_value = 0;
|
||||||
if (item_str == "nil") {
|
if (item_str == "nil") {
|
||||||
if (NULLABLE)
|
if (NULLABLE)
|
||||||
this->values.push_back(nil_value());
|
new_value = nil_value();
|
||||||
else
|
else
|
||||||
throw ConfigurationError("Deserializing nil into a non-nullable object");
|
throw ConfigurationError("Deserializing nil into a non-nullable object");
|
||||||
} else if (item_str == "1") {
|
} else if (item_str == "1") {
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
#include <functional>
|
#include <functional>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
#include <optional>
|
||||||
|
|
||||||
namespace Slic3r { namespace opt {
|
namespace Slic3r { namespace opt {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user