Skip to content

Conversation

@cmazakas
Copy link
Member

@cmazakas cmazakas commented May 7, 2025

No description provided.

@cmazakas cmazakas force-pushed the feature/xxh3-cleanup branch from 992ce13 to de0be1b Compare May 8, 2025 14:30
BOOST_CXX14_CONSTEXPR xxh3_128( std::uint64_t seed, unsigned char const* p, std::size_t n, bool with_secret ): seed_( seed )
{
with_secret_ = true;
with_secret_ = with_secret;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose this can now go in the member initializer list, for aesthetic reasons if nothing else.

@cmazakas cmazakas force-pushed the feature/xxh3-cleanup branch from de0be1b to fef82ef Compare May 8, 2025 15:45
@cmazakas cmazakas force-pushed the feature/xxh3-cleanup branch from fef82ef to e8abd08 Compare May 8, 2025 17:20
@pdimov pdimov merged commit d35b8b7 into boostorg:develop May 8, 2025
58 checks passed
@cmazakas cmazakas deleted the feature/xxh3-cleanup branch May 9, 2025 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants