We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8617f71 commit 9fdc127Copy full SHA for 9fdc127
include/boost/openmethod/policies/fast_perfect_hash.hpp
@@ -176,6 +176,7 @@ void fast_perfect_hash::fn<Registry>::initialize(
176
using namespace policies;
177
178
const auto N = std::distance(first, last);
179
+ (void)opts;
180
181
if constexpr (
182
detail::has_option<trace, Options...> && Registry::has_output) {
0 commit comments