Skip to content

fix: remove left-over <span> include#2

Merged
supervacuus merged 1 commit intogetsentryfrom
fix/left-over_span_include
Jan 20, 2025
Merged

fix: remove left-over <span> include#2
supervacuus merged 1 commit intogetsentryfrom
fix/left-over_span_include

Conversation

@supervacuus
Copy link
Copy Markdown
Collaborator

While we tested this with C++17 restrictions, all the compilers seemingly had access to the header in CI. They thus didn't complain about a missing header (they did complain about the missing std::span implementation, though). This means we use the base::span from mini_chromium, but compilers without the C++20 <span>-header (like GCC 9.4.0 on Ubuntu 20.04) will fail to build.

Copy link
Copy Markdown
Member

@JoshuaMoelans JoshuaMoelans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@supervacuus supervacuus merged commit 01efb46 into getsentry Jan 20, 2025
@supervacuus supervacuus deleted the fix/left-over_span_include branch January 20, 2025 10:01
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.

2 participants