boostorg / boostorg/concept_check
variable 'a' is uninitialized when passed as a const reference argument here warning when compiling with clang-cl.exe
Open
- Dominant language
- C++
- Stars
- 21
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
Hi!
In file boost/concept_check.hpp:
```
boost/concept_check.hpp(139,38): error : variable 'a' is uninitialized when passed as a const reference argument here [-Werror,-Wuninitialized-const-reference]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.