We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9eda00 commit 96cea88Copy full SHA for 96cea88
1 file changed
include/boost/openmethod/policies.hpp
@@ -25,7 +25,9 @@ struct release : basic_policy<
25
struct debug : release::add<
26
runtime_checks, basic_error_output<debug>,
27
basic_trace_output<debug>>::
28
- replace<error_handler, vectored_error_handler<debug>> {};
+ replace<error_handler, vectored_error_handler<debug>>::
29
+ replace<type_hash, fast_perfect_hash<debug>>::
30
+ replace<extern_vptr, vptr_vector<debug>> {};
31
32
} // namespace policies
33
0 commit comments