OpenCyphal / CETL

Cyphal Embedded Template Library
MIT License
11 stars 3 forks source link

at() has syntax bug: using brackets instead of parens for function call #60

Closed skeetsaz closed 11 months ago

skeetsaz commented 1 year ago

https://github.com/OpenCyphal/CETL/blob/main/include/cetl/variable_length_array.hpp#L1235

Should be parens "(pos)" instead of brackets "[pos]"

skeetsaz commented 1 year ago

Here too: https://github.com/OpenCyphal/CETL/blob/main/include/cetl/variable_length_array.hpp#L1218