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