this ensures that the compiler knows which edition of C++ to use.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks reasonable based on the example here: https://docs.rs/cxx-build/latest/cxx_build/#example. Guessing we're going with C++ 11 here because it's the lowest common denominator across native?
Comment Actions
yeah that's right. hopefully we can bump native to C++20 and then upgrade this as well
Comment Actions
hopefully we can bump native to C++20 and then upgrade this as well
I think realistically C++ 14, but yeah anything >= 11 should be good