Skip to content

Commit

Permalink
[ci] Build fix for pre C++23
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Oct 20, 2024
1 parent c616916 commit b9ecb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/avnd/wrappers/metadatas.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ static constexpr auto get_c_identifier()
}
else if constexpr(avnd::has_name<T>)
{
static constexpr auto name = avnd::get_name<T>();
constexpr auto name = avnd::get_name<T>();
if constexpr(validate_name<Symtab>(name))
{
return name;
Expand Down

0 comments on commit b9ecb25

Please sign in to comment.