boostorg / wave

Boost.org wave module
http://boost.org/libs/wave
21 stars 49 forks source link

Support spaceship operator #116

Closed jefftrull closed 3 years ago

jefftrull commented 3 years ago

C++20 introduces the spaceship operator <=> for which Clang, at least, uses a single token. Seems wise to emulate them by introducing one ourselves.

jefftrull commented 3 years ago

Closed via #118