Skip to content
Snippets Groups Projects
Commit dd5423d2 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MeL] Try to avoid a gcc warning.

parent f683a94e
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ public: ...@@ -43,7 +43,7 @@ public:
{ {
INFO("Mesh property vector '{:s}' is empty.", INFO("Mesh property vector '{:s}' is empty.",
property.getPropertyName()); property.getPropertyName());
return {}; return std::nullopt;
} }
auto const [min, max] = auto const [min, max] =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment