Skip to content

Commit

Permalink
FixedDeque WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkaratarakis committed Sep 21, 2023
1 parent 0539eaa commit e03f709
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 121 deletions.
4 changes: 3 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,13 @@ cc_library(
hdrs = ["include/fixed_containers/fixed_deque.hpp"],
includes = ["include"],
deps = [
":algorithm",
":circular_integer_range_iterator",
":consteval_compare",
":iterator_utils",
":optional_storage",
":preconditions",
":random_access_iterator_transformer",
":random_access_iterator",
":source_location",
":string_literal",
":type_name",
Expand Down
Loading

0 comments on commit e03f709

Please sign in to comment.