Skip to content

Conversation

Arthapz
Copy link

@Arthapz Arthapz commented Oct 20, 2023

This PR add support of import std for user that want it
it rely on the define ANKERL_UNORDERED_DENSE_USE_STD_IMPORT to disable #include of std headers and enable std module

i changed all uint_ to std::uint*_t and size_t to std::size_t because c++23 std module only export std namespace
i added #include <stdlib.h> because C++23 std module doesn't export macro (needed for UINT64_C)

@Arthapz Arthapz force-pushed the main branch 4 times, most recently from 4162271 to 1446989 Compare October 20, 2023 11:43
@martinus
Copy link
Owner

martinus commented Oct 7, 2025

Hi, sorry for the long wait. Are you still interested in this?

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