boostorg / wave

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

C++23: Implement less strict end-of-line continuations #196

Open jefftrull opened 7 months ago

jefftrull commented 7 months ago

Following up on #195, @hkaiser observes that C++23 now allows arbitrary whitespace between the \ and the newline. Currently Wave treats this case as an ordinary non-continued line.