mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: fmt::join is in ranges.h using {{fmt11}}
This commit is contained in:
parent
be2c078e71
commit
d1e416cfe6
@ -55,6 +55,7 @@
|
|||||||
|
|
||||||
#include <fmt/chrono.h>
|
#include <fmt/chrono.h>
|
||||||
#include <fmt/format.h>
|
#include <fmt/format.h>
|
||||||
|
#include <fmt/ranges.h>
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
std::string formatActionDate(const Opm::TimeStampUTC& timePoint,
|
std::string formatActionDate(const Opm::TimeStampUTC& timePoint,
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <fmt/format.h>
|
#include <fmt/format.h>
|
||||||
|
#include <fmt/ranges.h>
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
std::vector<std::string> tokenizeOptionValues(std::string_view options)
|
std::vector<std::string> tokenizeOptionValues(std::string_view options)
|
||||||
|
Loading…
Reference in New Issue
Block a user