Open blattms opened 2 months ago
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?
Sorry. I meant g++-11 (Ubuntu 22.04). BTW: OPM/opm-common#4157 only has an effect if you use dunecontrol. I have upcoming PRs fixing this.
This must have something to do with dune version. It works with 2.9. The conversion was introduced in #5002