fixed-containers
fixed-containers copied to clipboard
C++ Fixed Containers
This adds a new set of tests tagged "benchmark" in bazel, which are filtered out of the default `test_suite` target. This means that they will only be built/run manually.
Hi, I am experiencing a compiler error when using emscripten (compiling to wasm) since the latest update. ```bash In file included from libs/fixed_containers/include/fixed_containers/fixed_circular_deque.hpp:4: In file included from libs/fixed_containers/include/fixed_containers/fixed_deque.hpp:14: libs/fixed_containers/include/fixed_containers/random_access_iterator.hpp:171:37: error:...
CC=clang++-18 bazel build --config=clang //:pair_test
- Final: https://github.com/teslamotors/fixed-containers/pull/155 - Experiments: https://github.com/teslamotors/fixed-containers/pull/164