Skip to content

build: compile with C++20 #439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

mpwarres
Copy link
Contributor

std=c++20 is used by both V8 and Envoy. proxy-wasm-cpp-host needs to switch to use it in order to build with recent versions of V8. This will also reduce build surprises when importing proxy-wasm-cpp-host into Envoy.

This PR is stacked on top of #438, and obsoletes #411.

mpwarres added 3 commits July 15, 2025 06:21
Signed-off-by: Michael Warres <[email protected]>
Signed-off-by: Michael Warres <[email protected]>
std=c++20 is used by both v8 and Envoy. Switching to use it is necessary to build with more recent versions of v8, and will also reduce overall build surprises when importing proxy-wasm-cpp-host into Envoy.

Signed-off-by: Michael Warres <[email protected]>
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