Merge branch 'main' into heightmaps
This commit is contained in:
@@ -196,6 +196,9 @@ namespace dv {
|
||||
value(std::shared_ptr<objects::Bytes> v) noexcept {
|
||||
this->operator=(std::move(v));
|
||||
}
|
||||
value(list_t values) {
|
||||
this->operator=(std::make_shared<list_t>(std::move(values)));
|
||||
}
|
||||
|
||||
value(const value& v) noexcept : type(value_type::none) {
|
||||
this->operator=(v);
|
||||
|
||||
Reference in New Issue
Block a user