teslamotors / fixed-containers

C++ Fixed Containers
MIT License
352 stars 31 forks source link

Special case make_fixed_*() for 0 parameters #123

Closed alexkaratarakis closed 2 weeks ago

alexkaratarakis commented 3 weeks ago

This is to allow users to specify such containers without needing to special-case on the client-side. As an exmaple, this can happen with conditionally populated entries from macros or codegen