You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Dune version issue may be worth tracking down. For what it's worth, I had a local build against the Dune 2.7.1 release until we merged OPM/opm-common#4157. I don't understand why you mention C++11, however. We've explicitly depended on a C++17 compatible compiler since at least PR OPM/opm-common#2924, and we liberally use C++17 features such as std::filesystem, map<>::insert_or_assign() and std::from_chars(). Am I missing something?
blattms
changed the title
Master cannot be compiled with DUNE 2.7 and C++-11
Master cannot be compiled with DUNE 2.7 and g++-11
Oct 2, 2024
This must have something to do with dune version. It works with 2.9.
The conversion was introduced in #5002
The text was updated successfully, but these errors were encountered: