Skip to content

Commit

Permalink
fix: version init for older versions of clang
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Nov 20, 2024
1 parent f09aba7 commit 236e7a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local/code/ac/local/Version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

namespace ac::local {

inline constexpr astl::version Project_Version(
inline constexpr astl::version Project_Version{
AC_LOCAL_VERSION_MAJOR,
AC_LOCAL_VERSION_MINOR,
AC_LOCAL_VERSION_PATCH
);
};

} // namespace ac::local

0 comments on commit 236e7a8

Please sign in to comment.