reactivemarkets / toolbox-cpp

The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the Linux platform.
https://reactivemarkets.github.io/toolbox-cpp/
Other
21 stars 20 forks source link

feat: Use C++20 threeway comparison operator #93

Closed rfernandes closed 4 years ago

rfernandes commented 4 years ago

Implement "spaceship operator" where comparison operators were used Refactor Compare functionality into new comparison operators.

markaylett commented 4 years ago

Commit message should start with "feat:" not "feat/".