Issue 76463
Summary Improve std.compat module
Labels new issue
Assignees mordante
Reporter mordante
                  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 https://github.com/llvm/llvm-project/pull/76330#discussion_r1435916205_
 
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to