-
Hello, Thanks again for the hard work. In https://github.com/odygrd/quill/blob/master/examples/advanced/user_quill_codec.h for the |
Beta Was this translation helpful? Give feedback.
Answered by
odygrd
Jun 3, 2024
Replies: 1 comment 6 replies
-
can you try if this works ? I don't have a separate fmt version installed to try it at the moment template <>
struct fmtquill::formatter<User> : public fmt::formatter<User>
{
}; |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
brendene
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
can you try if this works ? I don't have a separate fmt version installed to try it at the moment