File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -1003,6 +1003,7 @@ Bug Fixes to C++ Support
10031003- Fixed assertions or false compiler diagnostics in the case of C++ modules for
10041004 lambda functions or inline friend functions defined inside templates (#GH122493).
10051005- Clang now rejects declaring an alias template with the same name as its template parameter. (#GH123423)
1006+ - Fixed the rejection of valid code when referencing an enumerator of an unscoped enum member with a prior declaration. (#GH124405)
10061007- Fixed immediate escalation of non-dependent expressions. (#GH123405)
10071008- Fix type of expression when calling a template which returns an ``__array_rank `` querying a type depending on a
10081009 template parameter. Now, such expression can be used with ``static_assert `` and ``constexpr ``. (#GH123498)
You can’t perform that action at this time.
0 commit comments