We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180200f commit d0dae4cCopy full SHA for d0dae4c
1 file changed
include/tsl/array_hash.h
@@ -631,9 +631,9 @@ class array_bucket {
631
*
632
* Start search from buffer_ptr_in_out.
633
*/
634
- bool find_or_end_of_bucket_impl(const CharT* key, size_type key_size,
635
- const CharT*& buffer_ptr_in_out) const
636
- noexcept {
+ bool find_or_end_of_bucket_impl(
+ const CharT* key, size_type key_size,
+ const CharT*& buffer_ptr_in_out) const noexcept {
637
while (!is_end_of_bucket(buffer_ptr_in_out)) {
638
const key_size_type buffer_key_size = read_key_size(buffer_ptr_in_out);
639
const CharT* buffer_str =
0 commit comments