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++20 modules #124

Open
gracicot opened this issue May 7, 2024 · 0 comments
Open

Support C++20 modules #124

gracicot opened this issue May 7, 2024 · 0 comments
Labels
Milestone

Comments

@gracicot
Copy link
Owner

gracicot commented May 7, 2024

Is your feature request related to a problem? Please describe.

C++20 has added support for modules. A big feature we're looking forward is proper componentization. We declare many symbols in the detail namespace. Modules would allow us to only export symbols part of the public API.

Describe the solution you'd like
Since I also plan to support headers for a long time being, having headers with a KANGARU5_CXX_EXPORT that exands to export would add adequate support without sacrificing componentization or legacy support.

Describe alternatives you've considered
Nothing.

Additional context
Having the syntax import kangaru; would be the best.

@gracicot gracicot added this to the 5.0 milestone May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant