mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Use std::nullopt instead of {}
This commit is contained in:
parent
d94cc2cc30
commit
3025bf3280
@ -163,7 +163,7 @@ public:
|
||||
if (index_iter != this->index_map.end())
|
||||
return index_iter->second;
|
||||
|
||||
return {};
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user