Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support C++23 import std on unordered_dense module #95

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update ankerl.unordered_dense.cpp
Arthapz authored Jan 21, 2024

Verified

This commit was signed with the committer’s verified signature.
gabmontes Gabriel Montes
commit 6758855130f82537d1e478dcb2d4b61119998962
1 change: 1 addition & 0 deletions src/ankerl.unordered_dense.cpp
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@ module;
# include <initializer_list> // for initializer_list
# include <iterator> // for pair, distance
# include <limits> // for numeric_limits
# include <optional> // for optional
# include <memory> // for allocator, allocator_traits, shared_ptr
# include <stdexcept> // for out_of_range
# include <string> // for basic_string