boostorg / wave

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

Add the spaceship <=> operator to the C++20 tokens #118

Closed jefftrull closed 3 years ago

jefftrull commented 3 years ago

The only tricky bit seemed to be differentiating between this token and LESSEQUAL when not in C++20 mode. Looks like our deadline is Wednesday so this can go in with the other tokens.

jefftrull commented 3 years ago

If merged this will resolve #116