We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30eccb commit b5f9439Copy full SHA for b5f9439
include/boost/openmethod/policies/fast_perfect_hash.hpp
@@ -150,7 +150,7 @@ struct fast_perfect_hash : type_hash {
150
//! arguments.
151
//! @param options Zero or more option objects.
152
template<class... Options>
153
- static auto finalize(std::tuple<Options...> opts) -> void {
+ static auto finalize(std::tuple<Options...>) -> void {
154
detail::fast_perfect_hash_control<Registry>.clear();
155
}
156
};
0 commit comments