Skip to content

Add support for C++ modules#54

Open
mikomikotaishi wants to merge 2 commits intoTessil:masterfrom
mikomikotaishi:master
Open

Add support for C++ modules#54
mikomikotaishi wants to merge 2 commits intoTessil:masterfrom
mikomikotaishi:master

Conversation

@mikomikotaishi
Copy link

This pull request adds support for C++ modules (opt-in for users of C++20 and later), enabled by TSL_ORDERED_MAP_BUILD_MODULE and creates a module tsl.ordered_map.

The current library marks tsl::detail_ordered_hash::numeric_cast() and tsl::detail_ordered_hash::deserialize_value() with internal linkage This pull request was partially motivated by the need to make these symbols have external linkage, because POCO C++ Libraries, which uses this as a dependency, if built as a module requires this to have external linkage.

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.

1 participant