Skip to content

Commit

Permalink
fix: compilation?
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed Oct 1, 2023
1 parent d720a84 commit 685ac8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonLibSF/include/REL/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ namespace std
struct formatter<REL::Version, CharT> : formatter<std::string, CharT>
{
template<class FormatContext>
auto format(const REL::Version &a_version, FormatContext &a_ctx)
auto format(REL::Version a_version, FormatContext &a_ctx)
{
return formatter<std::string, CharT>::format(a_version.string(), a_ctx);
}
Expand Down

0 comments on commit 685ac8c

Please sign in to comment.