bedw021

Results 2 issues of bedw021

Issue: https://github.com/danmar/simplecpp/issues/168

Token pasting to string constants ("abc") and character constants ('c') currently generates an invalidHashHash exception: ```cpp #define NUM_CHAR(str) str##_numch inline auto operator "" _numch(const char *ch, std::size_t size) noexcept ->...

bug