You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake: check for Cap'n Proto / Clang / C++20 incompatibility
Cap'n Proto 0.9.x and 0.10.x are incompatible with Clang 16+ when using C++20 due to P2468R2 implementation.
This was fixed in Cap'n Proto 1.0+.
Generate a helpful error when these combinations are detected.
See: #199
0 commit comments