-
**Describe the bug**
I am unable to access std::cout, std::string and similar C** libraries on Eclipse. When I open or create a new CMake (Makefile) project on eclipse C++, may of these libraries are…
ENate updated
1 month ago
-
| | |
|--------------------|----|
| Bugzilla Link | [PR41141](https://bugs.llvm.org/show_bug.cgi?id=41141) |
| Status | NEW |
| Importance | P normal |
|…
-
Hi, first of all thanks for this library!
On MSVC 19.21 with C++17, CTAD fails with `tl::optional` whereas it works with `std::optional`:
```cpp
tl::optional o = 3; // Cannot deduce T
std::optio…
-
When I built with Xcode, it came out the error "optional" not found. When I change it to experimental/optional, the error turns to boost/shared_ptr.hpp auto_ptrs.
-
With CodeChecker 6.20.0, self-compiled clang 15.0.1, enabled Z3 solver 4.11.2 on openldap branch OPENLDAP_REL_ENG_2_6, calling
```console
> CodeChecker analyze ./compile_commands.json --ctu --z3=o…
-
| | |
| --- | --- |
| Bugzilla Link | [41141](https://llvm.org/bz41141) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @mathstuf,@devincoughlin,@EugeneZel…
-
Build: https://app.travis-ci.com/github/ivmai/bdwgc/jobs/538255319
Source: https://github.com/ivmai/bdwgc/commit/eed7e2372fed90a97b079a1fe26e65a6867dc836 (master)
Config:
* Compiler: clang C++
* A…
ivmai updated
2 years ago
-
status NEW severity *enhancement* in component *general* for *---*
Reported in version *unspecified* on platform *Other*
Assigned to: Dimitri van Heesch
On 2012-11-05 05:19:08 +0000, surfintheusa@yah…
-
在 C++14 中,命名空间的嵌套声明需要使用单独的语句,而不能像您提供的头文件中那样直接进行嵌套声明。
即需:
namespace wsp::details {
xxx
}
---更改为---
namespace wsp{
namespace details {
xxx
}
}
-
Example:
> -Dspan_FEATURE_MAKE_SPAN_TO_STD=14
Define this to the highest C++ language version for which to provide creator functions nonstd::make_span(). Default is undefined.
1. I do not under…