google / sandboxed-api

Generate sandboxes for C/C++ libraries automatically
https://developers.google.com/sandboxed-api/
Apache License 2.0
1.65k stars 189 forks source link

contrib: use constexpr for kFileMaxSize #136

Closed oshogbo closed 2 years ago

oshogbo commented 2 years ago

Use constexpr to inform compiler that it is possible to evaluate variable at compile time.