c9s / r3

libr3 is a high-performance path dispatching library. It compiles your route paths into a prefix tree (trie). By using the constructed prefix trie in the start-up time, you may dispatch your routes with efficiency
http://c9s.github.com/r3/bench.html
MIT License
815 stars 83 forks source link

Support C23 projects #156

Closed bjosv closed 11 months ago

bjosv commented 1 year ago

Don't define true/false/bool when r3 is used by C23 projects since C23 already has a bool type and predefined constants.

c9s commented 11 months ago

let's go