[Bug c++/102576] [modules] Importing doesn't permit implicit uses

2023-03-27 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102576 Patrick Palka changed: What|Removed |Added CC||matthewsatti at gmail dot com --- Comme

[Bug c++/102576] [modules] Importing doesn't permit implicit uses

2022-09-29 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102576 Patrick Palka changed: What|Removed |Added Resolution|--- |FIXED Assignee|unassigned at

[Bug c++/102576] [modules] Importing doesn't permit implicit uses

2022-09-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102576 --- Comment #2 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:c2ee70f20de8133a88553270073226b0f3f55f62 commit r13-2969-gc2ee70f20de8133a88553270073226b0f3f55f62 Author: Patrick Palka Date: T

[Bug c++/102576] [modules] Importing doesn't permit implicit uses

2021-10-03 Thread johelegp at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102576 --- Comment #1 from Johel Ernesto Guerrero Peña --- `` is specified as including ``. It doesn't with with that either: ```C++ import; namespace { constexpr void test() { for (const int i : {0, 1, -1}) { } ``` ``` error: deducing from brace