Victor Zverovich
Victor Zverovich
@gabime, are you sure that you linked to the correct line? What is the full error message?
It seems to me that the error is caused by missing `std::formatter` for `spdlog::stopwatch`.
I don't see anything obviously wrong in the `dump_info` formatter other than unnecessary template parametrization on `Container` which is unlikely to cause problems.
I don't think you can use directives as inline markup in Sphinx. This should probably be a Sphinx role instead, something like ``` rst The example struct member1 (:member-description:`example::member1`) is...
https://www.godbolt.org/z/G9jYE47nx
There is missing `::value` after each `is_formattable`. A PR to fix it would be welcome.
Could you provide a repro that doesn't involve vcpkg?
I haven't looked into it. Also could you provide just the commands that use stock spdlog/fmt instead of a zip file?
Unfortunately the repro doesn't work: ``` .../test_spdlog/vendor/spdlog/include/spdlog/fmt/fmt.h:32:14: fatal error: 'fmt/core.h' file not found #include ^~~~~~~~~~~~ ```
One possible way to suppress the warning is annotating that function with `FMT_VISIBILITY("default")`.