robocup-software icon indicating copy to clipboard operation
robocup-software copied to clipboard

Upgrade to cpp20

Open kfu02 opened this issue 2 years ago • 0 comments

we should make all of these is_done methods also constexpr. You cannot make virtual functions constexpr in cpp17 which we use right now, but when I switched to cpp20, this change worked. Marking as constexpr offloads all the work to compile time. Since doing this requires changing our cpp version, we can do it in a different pr if you want. I still think it should be done at some point.

Originally posted by @kasohrab in https://github.com/RoboJackets/robocup-software/pull/1911#discussion_r915404253

kfu02 avatar Jul 07 '22 18:07 kfu02