Merge pull request #5726 from akva2/fix_fmt11

fixed: fmt::join is in ranges.h using {{fmt11}}
This commit is contained in:
Bård Skaflestad 2024-11-11 13:00:51 +01:00 committed by GitHub
commit ec3d4c6a66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@
#include <fmt/chrono.h>
#include <fmt/format.h>
#include <fmt/ranges.h>
namespace {
std::string formatActionDate(const Opm::TimeStampUTC& timePoint,

View File

@ -30,6 +30,7 @@
#include <vector>
#include <fmt/format.h>
#include <fmt/ranges.h>
namespace {
std::vector<std::string> tokenizeOptionValues(std::string_view options)