Skip to content

Commit

Permalink
Merge pull request #27 from hideakitai/feature/enable-some-apis-for-d…
Browse files Browse the repository at this point in the history
…equeu

feat: enable some apis for deque:
  • Loading branch information
hideakitai authored Jun 21, 2024
2 parents 84d20c1 + 66d13ae commit d6affcd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions ArxContainer.h
Original file line number Diff line number Diff line change
Expand Up @@ -704,10 +704,6 @@ struct deque : public RingBuffer<T, N> {
using RingBuffer<T, N>::capacity;
using RingBuffer<T, N>::pop;
using RingBuffer<T, N>::push;
using RingBuffer<T, N>::emplace;
using RingBuffer<T, N>::assign;
using RingBuffer<T, N>::begin;
using RingBuffer<T, N>::end;
using RingBuffer<T, N>::fill;
};

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/hideakitai",
"maintainer": true
},
"version": "0.6.0",
"version": "0.7.0",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ArxContainer
version=0.6.0
version=0.7.0
author=hideakitai
maintainer=hideakitai
sentence=C++ container-like classes (vector, map, etc.) for Arduino which cannot use STL
Expand Down

0 comments on commit d6affcd

Please sign in to comment.