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
813 stars 83 forks source link

Cannot built on GCC 6 due to `redeclaration of C++ built-in type 'bool'` #93

Closed czchen closed 8 years ago

czchen commented 8 years ago

See https://bugs.debian.org/811715. Might need to rename bool, or use C99 _Bool to avoid GCC6 error.

czchen commented 8 years ago

Looks okay in the version 1.3.4.