Hi,
I installed the dv-processing C++ library following the instructions on the dv-processing documentation pages. I installed the vcpkgs and then made a Cmake project where I include the directories of the installed package and all of its dependencies, which by default should be automatically downloaded as the most recent version available.
The compiler error arises with line 1365 of cvector.hpp and line 515 of utils.hpp (the dv headers) wherever fmt::join() is invoked.
Based on what I've found on the internet I understand this has something to do with a recent change to libfmt.
Compiler is MSVC 143
CXX 20 standard
Targeting windows x64
Thanks in advance,
Nick