Skip to content

Workaround for missing typename compiler error#3150

Merged
davisking merged 1 commit into
davisking:masterfrom
kSkip:gcc-15-typename-workaround
Jun 27, 2026
Merged

Workaround for missing typename compiler error#3150
davisking merged 1 commit into
davisking:masterfrom
kSkip:gcc-15-typename-workaround

Conversation

@kSkip

@kSkip kSkip commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

GCC 15.2 complains about this iterator type missing the typename keyword as if it were a dependent type, but it is not. However, using auto works. Fixes #3149

@davisking

Copy link
Copy Markdown
Owner

Cool, thanks for the PR. Something updated in github actions apparently because that windows-latest error is obviously unrelated to this PR.

@davisking davisking merged commit ced441f into davisking:master Jun 27, 2026
13 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: gcc 15.2 typename in depedent scope problem

2 participants