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

Improve std.compat module #76463

Open
mordante opened this issue Dec 27, 2023 · 0 comments
Open

Improve std.compat module #76463

mordante opened this issue Dec 27, 2023 · 0 comments
Assignees
Labels
enhancement Improving things as opposed to bug fixing, e.g. new or missing feature libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.

Comments

@mordante
Copy link
Member

          Let's try to remove the duplicated headers as much as possible. Maybe we can improve it by something like:
export module std.compat;
export import std;

export using double_t = std::double_t;

Originally posted by @ChuanqiXu9 in #76330 (comment)

@mordante mordante self-assigned this Dec 27, 2023
@mordante mordante added enhancement Improving things as opposed to bug fixing, e.g. new or missing feature libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. and removed new issue labels Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving things as opposed to bug fixing, e.g. new or missing feature libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
Projects
None yet
Development

No branches or pull requests

1 participant