After upgrading to fmt v8.0.1 I am getting a compilation error on visual studio.
I haven't really looked in depth but it looks like it is coming from lib fmt.
It only happens for specific versions of visual studio and not for every version it seems.
It is reproduced here :
https://github.com/odygrd/quill/runs/3413814682?check_suite_focus=true
I could also reproduce it myself on Visual Studio 2019 16.8.1

Anyone has seen this before on windows ? I can compile fine on macos and on linux
It looks like one of the tests that is using fmt causes this compiler error since the workflow where the tests are no being compiled compiles fine. I am still trying to dig deeper and find exactly where it is caused
After upgrading to fmt v8.0.1 I am getting a compilation error on visual studio.
I haven't really looked in depth but it looks like it is coming from lib fmt.
It only happens for specific versions of visual studio and not for every version it seems.
It is reproduced here :
https://github.com/odygrd/quill/runs/3413814682?check_suite_focus=true
I could also reproduce it myself on Visual Studio 2019 16.8.1
Anyone has seen this before on windows ? I can compile fine on macos and on linux
It looks like one of the tests that is using fmt causes this compiler error since the workflow where the tests are no being compiled compiles fine. I am still trying to dig deeper and find exactly where it is caused