cplusplus
cplusplus copied to clipboard
A compiler front end for the C++ language
Results
22
cplusplus issues
Sort by
recently updated
recently updated
newest added
trafficstars
Bumps [ws](https://github.com/websockets/ws) from 8.17.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...
dependencies
Trying to parse `sqlite3.c` with this project I found that it can parse it without showing any error/warnings but uses a bit more memory than `gcc/g++` (cxx=3,000,000 allocations, g++=500,000 allocations):...