Skip to content

Fix example compilation with subview `at()`

Ryan Curtin requested to merge rcurtin/bandicoot-code:fix-examples into unstable

This fixes #39 (closed), which was caused by a missing .at(), operator[], and operator() implementation for subview<eT>.

I also added the example to things that are compiled in CI and added some tests.

Merge request reports