New video on the CopperSpice YouTube Channel:
Comparison Operators: Breaking Change in C++20
by Barbara Geller and Ansel Sermersheim
About the video:
C++20 added a feature for the compiler to auto generate comparison operators which is often referred to as the spaceship operator. We found a way this can break existing code when supplying your own comparison functions. Watch our video to find out how this can happen in your existing code which has never used the spaceship operator before.
Please take a look and remember to subscribe!
Add a Comment