Bug 106852 (c++lib-std-module) - Implement C++23 P2465R3 Standard Library Modules std and std.compat
Summary: Implement C++23 P2465R3 Standard Library Modules std and std.compat
Status: NEW
Alias: c++lib-std-module
Product: gcc
Classification: Unclassified
Component: libstdc++ (show other bugs)
Version: 13.0
: P3 enhancement
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on: 106851 114867 106848 106849
Blocks: c++23-lib
  Show dependency treegraph
 
Reported: 2022-09-06 14:00 UTC by Jonathan Wakely
Modified: 2024-04-27 13:38 UTC (History)
11 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2022-12-09 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Jiang An 2022-09-25 05:53:49 UTC
Should std.compat provide 3-argument hypot overloads in the global namespace?

MSVC STL's std.compat intentionally doesn't provide them in the global namespace (https://github.com/microsoft/STL/pull/3108). I think this possibly makes sense, and we may submit an LWG issue to exclude them from the global namespace. However, for libstdc++, such exclusion would slightly complicate the implementation.
Comment 2 Andrew Pinski 2022-12-09 15:29:27 UTC
.
Comment 3 Jonathan Wakely 2023-08-10 21:43:05 UTC
As per https://github.com/microsoft/STL/issues/3945 we should support the std module in C++20 mode too.