add some 'noexcept's

This commit is contained in:
MihailRis
2024-09-19 12:36:00 +03:00
parent fa3e98e3e4
commit bd176f24e1
2 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ namespace dv {
return *val.object;
}
size_t value::size() const {
size_t value::size() const noexcept {
switch (type) {
case value_type::list:
return val.list->size();