opm-common/opm/parser/eclipse/Generator
Arne Morten Kvarving fb75bcd4e2 changed: use std::filesystem instead of boost::filesystem
since we still support g++-7, where filesystem is marked experimental,
we introduce a wrapper header and expose the namespace to use
as Opm::filesystem.

for gcc we unconditionally link with libstdc++fs in the python bindings.
the setup.py stuff links as c code, not c++ code, so it is not
automatically added on any gcc version. this might prove unportable
later.
2020-02-13 12:34:19 +01:00
..
KeywordGenerator.hpp Code generation file update routines are void 2020-01-02 15:27:54 +01:00
KeywordLoader.hpp changed: use std::filesystem instead of boost::filesystem 2020-02-13 12:34:19 +01:00