-
As pointed out by ATLAS, it's currently not possible to use a `std::vector` with a non-default allocator in RNTuple:
```c++
#include
#include
#include
void ntuple_vector_allocator() {
a…
-
Currently, we're implementing `flat_(multi)map`'s comparison operators in inconsistent ways:
https://github.com/microsoft/STL/blob/fbe5394250ee15e451fb686585de1f2fa1603062/stl/inc/flat_map#L769-L774
…
-
An issue to discuss switching to STL containers for 2.x.
From the project description, we are aiming to be (emphasis added)
> Productive: **Do not reinvent the wheel.** Engine should reduce deve…
-
This library looks pretty neat! Does it support containers (e.g. std::map, std::vector, std::set) of objects? I see ArrayProperty but it only seems to support vectors. I am dealing with some objects t…
-
What is the status on updating the STL containers to use concepts (and ranges) as well?
Have there been any discussions about this?
-
Originally reported on Google Code with ID 148
```
Steps to reproduce:
1. Try to use some containers' iterators. For example, std::deque, std::set.
Actual result:
IWYU recommends to add #include .
…
-
```cpp
#include "clad/Differentiator/Differentiator.h"
#include
#include
double f (std::vector::iterator start, std::vector::iterator end) {
double sum = 0;
for (auto it = start; it != e…
-
# Feature Request: Support more STL containers
## Brief Summary of Request
Currently, this library only supports sequential containers like `std::vector` and `std::array`, but other container types …
-
You can folder named pair to update and add other containers..
-
```
/efimov_andrey/Task01/
list.cpp, vector.cpp
```
Original issue reported on code.google.com by `ae.insomniac` on 13 Mar 2013 at 4:39