boostorg / wave

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

Introduce C++20 tokens #109

Closed jefftrull closed 3 years ago

jefftrull commented 3 years ago

This adds C++20 keywords as tokens to all lexers when in C++20 mode. It also adds C++11 tokens to the lexers that previously lacked them, and updates the token test to cover all.

If merged, this will resolve #107

jefftrull commented 3 years ago

This is not for 1.74.