teslamotors / fixed-containers

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

Implement view type for raw pointers to FixedRedBlackTree objects #23

Closed zanneth closed 1 year ago

zanneth commented 1 year ago

Allow forward iteration for fixed containers that are backed by red black trees.

alexkaratarakis commented 1 year ago

Bazel build fails with:

test/fixed_red_black_tree_view_test.cpp:4:10: fatal error: 'fixed_containers/fixed_set.hpp' file not found
#include "fixed_containers/fixed_set.hpp"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zanneth commented 1 year ago

Bazel build fails with:

test/fixed_red_black_tree_view_test.cpp:4:10: fatal error: 'fixed_containers/fixed_set.hpp' file not found

include "fixed_containers/fixed_set.hpp"

    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Fixed in a434ed6

zanneth commented 1 year ago

Closed on accident.