Add tunable_vector std::vector wrapper container#746
Conversation
0c289ed to
b2c561e
Compare
d00c51f to
27db712
Compare
It shouldn't depend on that based on the code I read. |
d4bc84c to
db3fe7f
Compare
27db712 to
9516014
Compare
db3fe7f to
f94003a
Compare
It doesn't rely on any code from there but I set it to depend specifically because it relies on the organization from that PR. Also the alias description is saying what its doing, it does add a memory alias for the tunable_vector type, that's that is going on in |
c6fa092 to
900c58b
Compare
f94003a to
069ae75
Compare
900c58b to
aa6c10a
Compare
069ae75 to
ecb7ae0
Compare
aa6c10a to
f2b7c03
Compare
ecb7ae0 to
b8ffe2c
Compare
f2b7c03 to
4e5d027
Compare
b8ffe2c to
8606610
Compare
8606610 to
fa0e42f
Compare
3be9724 to
ec3186f
Compare
| }; | ||
|
|
||
| template<typename Range, typename T> | ||
| concept _compatible_range = |
There was a problem hiding this comment.
Does the same. This is a common concern.
We can leave it here for now and replace it with RangeConcepts.hpp once that's merged.
Alternatively, feel free to extract it now in case we need it for other PRs as well.
wvpm
left a comment
There was a problem hiding this comment.
I'd like to see unit tests.
ec3186f to
f61ed8a
Compare
Add tunable_vector memory alias to `core/memory`
f61ed8a to
7c5d47f
Compare
core/stl/containers#744Add tunable_vector memory alias to
core/memory