You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But now I wanted to update it a little bit more: make it use latest fmtlib to extent to be usable, but with as less changes to code as possible.
First of all I've changed fmtlib to current latest version.
Then I got that fmt::detail::throw_format_error now is fmt::throw_format_error . Just fixed.
Then I've build tests.
And now I have a test fails to compile. It seems to be a const issue.
Hello. I'm just a guy that wanted to use fmtlog .
I've updated cmake for it long ago.
But now I wanted to update it a little bit more: make it use latest fmtlib to extent to be usable, but with as less changes to code as possible.
First of all I've changed fmtlib to current latest version.
Then I got that
fmt::detail::throw_format_error
now isfmt::throw_format_error
. Just fixed.Then I've build tests.
And now I have a test fails to compile. It seems to be a const issue.
Here's godbolt with selected code with the problem: https://godbolt.org/z/YYbTMM7hT
It fails with versions of fmtlib greater or equal 11.0.0
My attempt to make fmtlog usable from cmake: https://github.com/Arniiiii/fmtlog_cmake_fix , test is enc_dec_test.cc
The question: how should it be solved?
The text was updated successfully, but these errors were encountered: