Skip to content

Commit 96cea88

Browse files
committed
fix debug policy
1 parent c9eda00 commit 96cea88

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

include/boost/openmethod/policies.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ struct release : basic_policy<
2525
struct debug : release::add<
2626
runtime_checks, basic_error_output<debug>,
2727
basic_trace_output<debug>>::
28-
replace<error_handler, vectored_error_handler<debug>> {};
28+
replace<error_handler, vectored_error_handler<debug>>::
29+
replace<type_hash, fast_perfect_hash<debug>>::
30+
replace<extern_vptr, vptr_vector<debug>> {};
2931

3032
} // namespace policies
3133

0 commit comments

Comments
 (0)