Skip to content
Commit 4e6e1ed0 authored by Jonathan Poelen's avatar Jonathan Poelen Committed by Christoph Cullmann
Browse files

C++: new C++23 escape sequence, fix comments and # in "namespace identifier" and attribute

- add `\o{n...}`
- add `\x{n...}`
- add `\u{n...}`
- add `\N{name}`
- fix comments in namespace: `std::vector/*...*/<T>` / `std::chrono::/*milli*/seconds`
- fix `#` and `##` in `std::uint##n##_t`
parent fbbcf98e
Pipeline #433508 passed with stage
in 2 minutes and 18 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment