https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106852

m.cencora at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.cencora at gmail dot com

--- Comment #6 from m.cencora at gmail dot com ---
Created attachment 58415
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58415&action=edit
C++ std module working with gcc-15 20240609 snapshot

Attaching an updated version of std module implementation.

Still TODO:
1. #include <execution> - ICE + TBB code is not module friendly due to use of
anonymous namespaces in header-files (no bug report)
2. cannot export operator new/delete (bug #115446, regression)

Workarounds applied:
1. cannot export same function twice (bug #115445, regression)
2. cannot export type declared/aliased in different namespace (bug #114685,
affected are: vector, exception_ptr, lldiv_t, chrono::*_clock)

Reply via email to