[Bug c++/115231] [C++20] [Modules] deduction guides reachability

2024-08-06 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115231 Nathaniel Shead changed: What|Removed |Added Target Milestone|--- |15.0 Status|ASSIGNED

[Bug c++/115231] [C++20] [Modules] deduction guides reachability

2024-08-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115231 --- Comment #6 from GCC Commits --- The master branch has been updated by Nathaniel Shead : https://gcc.gnu.org/g:ca287145f23ec3ea987fc2eacde3994096cc528e commit r15-2779-gca287145f23ec3ea987fc2eacde3994096cc528e Author: Nathaniel Shead Date:

[Bug c++/115231] [C++20] [Modules] deduction guides reachability

2024-06-15 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115231 Nathaniel Shead changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever confirmed|0

[Bug c++/115231] [C++20] [Modules] deduction guides reachability

2024-05-26 Thread huangqinjin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115231 --- Comment #5 from huangqinjin at gmail dot com --- It is currently impossible to use `export using` style like libc++ to implement `import std`, for example https://en.cppreference.com/w/cpp/utility/expected/unexpected.

[Bug c++/115231] [C++20] [Modules] deduction guides reachability

2024-05-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115231 Andrew Pinski changed: What|Removed |Added Status|WAITING |UNCONFIRMED Ever confirmed|1

[Bug c++/115231] [C++20] [Modules] deduction guides reachability

2024-05-26 Thread huangqinjin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115231 --- Comment #4 from huangqinjin at gmail dot com --- g++ -fmodules-ts -std=c++20 module.cpp main.cpp main.cpp: In function 'int main()': main.cpp:11:15: error: class template argument deduction failed: 11 | A b(B{}, 1); |

[Bug c++/115231] [C++20] [Modules] deduction guides reachability

2024-05-26 Thread huangqinjin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115231 --- Comment #3 from huangqinjin at gmail dot com --- Created attachment 58291 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58291&action=edit main.cpp

[Bug c++/115231] [C++20] [Modules] deduction guides reachability

2024-05-26 Thread huangqinjin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115231 --- Comment #2 from huangqinjin at gmail dot com --- Created attachment 58290 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58290&action=edit module.cpp

[Bug c++/115231] [C++20] [Modules] deduction guides reachability

2024-05-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115231 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|