Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Nov 21, 2023
1 parent 13101bd commit c680dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hibf/misc/bit_vector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ class bit_vector :
if (size > base_t::capacity())
base_t::reserve(size);

# ifndef _LIBCPP_HAS_NO_ASAN
# if defined(_LIBCPP_VERSION) && !defined(_LIBCPP_HAS_NO_ASAN)
__sanitizer_annotate_contiguous_container(base_t::data(),
base_t::data() + base_t::capacity(),
base_t::data() + base_t::size(),
Expand Down

0 comments on commit c680dda

Please sign in to comment.