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 0bda0fe commit d057945Copy full SHA for d057945
include/boost/openmethod/policies/vptr_vector.hpp
@@ -69,7 +69,9 @@ struct vptr_vector : vptr {
69
static auto initialize(
70
ForwardIterator first, ForwardIterator last,
71
std::tuple<Options...> opts) -> void {
72
+ (void)opts;
73
std::size_t size;
74
+
75
if constexpr (has_type_hash) {
76
auto [_, max_value] =
77
type_hash::template initialize<ForwardIterator, Options...>(
0 commit comments