microsoft / ebpf-for-windows

eBPF implementation that runs on top of Windows
MIT License
2.75k stars 211 forks source link

The C++ standard (/std:c++XX) is different on some solution projects. #3091

Closed gtrevi closed 7 months ago

gtrevi commented 8 months ago

Some examples:

If not specifically required, all projects should be aligned to /std:c++20.

dthaler commented 8 months ago

I agree, all should be aligned to c++20. I don't know of any reason to be different for any case.