Skip to content

Commit

Permalink
workflow: bruh this only gave me a warning on my machine
Browse files Browse the repository at this point in the history
why is my machine so blessed with compilers?????
  • Loading branch information
Toni500github committed Jun 18, 2024
1 parent cda05b4 commit ffe7cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/switch_fnv1a.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ constexpr strhash::Type hash(const T& container, std::size_t size)
/**
* Hash a std::string, using a lowercase modifier
*/
static constexpr strhash::Type hash(const std::string& str)
/*static constexpr strhash::Type hash(const std::string& str)
{
return hash(str, str.size());
}
}*/

/**
* Hash a std::string, using a lowercase modifier
Expand Down

0 comments on commit ffe7cc2

Please sign in to comment.