https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97234
Botond Ballo changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97234
--- Comment #2 from Botond Ballo ---
I believe it's valid because the point of declaration of a variable is just
before its initializer
(https://timsong-cpp.github.io/cppwp/n4861/basic.scope.pdecl#1), and thus the
variable should be in scope in i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100644
Bug ID: 100644
Summary: [11 regression] Deleted move constructor prevents
templated constructor from being used
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97234
Bug ID: 97234
Summary: Constexpr class-scope array initializer referencing
previous elements
Product: gcc
Version: 10.1.0
Status: UNCONFIRMED
Severity: normal