Skip to content

Commit

Permalink
Merge branch 'main-dev' of https://github.com/ashvardanian/StringZilla
Browse files Browse the repository at this point in the history
…into main-dev
  • Loading branch information
ashvardanian committed Dec 9, 2024
2 parents 064829a + e20d207 commit 0b83569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/stringzilla/stringzilla.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ class basic_charset {
basic_charset result = *this;
result.bitset_._u64s[0] |= other.bitset_._u64s[0], result.bitset_._u64s[1] |= other.bitset_._u64s[1],
result.bitset_._u64s[2] |= other.bitset_._u64s[2], result.bitset_._u64s[3] |= other.bitset_._u64s[3];
return *this;
return result;
}

inline basic_charset &add(char_type c) noexcept {
Expand Down

0 comments on commit 0b83569

Please sign in to comment.