-
I am building a Julia interface to [dace](https://github.com/afossa/dace/tree/eigen_interface) using `libcxxwrap-julia` and `CxxWrap`, and I recently came across a compilation error that requires me t…
-
```
Steps to reproduce:
1. Try to use some containers' iterators. For example, std::deque, std::set.
Actual result:
IWYU recommends to add #include .
Expected result:
If we use only container, and …
-
```
Steps to reproduce:
1. Try to use some containers' iterators. For example, std::deque, std::set.
Actual result:
IWYU recommends to add #include .
Expected result:
If we use only container, and …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR22634](https://bugs.llvm.org/show_bug.cgi?id=22634) |
| Status | CONFIRMED |
| Importance | P norm…
-
I'm not sure if this is by design, but I think it really confuses me.
```c++
#include
int main()
{
std::vector vec {1,2,3,4};
}
```
Runs:
```c++
clang-tidy --checks='fuchsia-default-a…
-
```
Steps to reproduce:
1. Try to use some containers' iterators. For example, std::deque, std::set.
Actual result:
IWYU recommends to add #include .
Expected result:
If we use only container, and …
-
I'd like to propose that we:
- move `std::optional` and `std::variant` conversion support, which are currently in `pybind11/stl.h`, to a new file (say `pybind11/utility.h` since they are in the STL…
-
```
Steps to reproduce:
1. Try to use some containers' iterators. For example, std::deque, std::set.
Actual result:
IWYU recommends to add #include .
Expected result:
If we use only container, and …
-
### Select the Day of Content
Day 14
### What information is missing?
In Day 14 folder, I saw the stl-containers.md file in which there is various containers information. I would like to add …
-
```
Steps to reproduce:
1. Try to use some containers' iterators. For example, std::deque, std::set.
Actual result:
IWYU recommends to add #include .
Expected result:
If we use only container, and …