mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Not all implementations support the TR1, and if they do, the type might not be in a namespace called std::tr1 . Favour the implementation from Boost for reasons of portability. This is inspired (and necessitated) by commit OPM/opm-core@68eb3fb which, incidentally, cleaned up some header pollution on which we inadvertently depended.