-
```
(extracted from issue #163)
--
../hc/hc.cpp:1154:24: warning:
__gnu_cxx::__alloc_traits::value_type is defined in , which isn't directly
#included.
../hc/hc.cpp:1215:31: warning:
__gnu_cxx::__…
-
This program
```
template
concept C = requires(T t) {
[x=t](){ return x; }();
};
static_assert(C);
```
seems valid, and it is accepted by GCC and MSVC. Unfortunately, Clang rejects it wi…
-
1. implement the methods to detect loops and Dominator trees/sets
2. Compute minimum dominator set with a back edge which will give the innermost loop.
3. implement algorithm to compute edge weights o…
-
Hello,
When doing :
cmake -DWITH_PYTHON=ON -DWITH_PYTHON3=ON -DWITH_IPOPT=ON -DWITH_HSL=ON -DWITH_HSL:BOOL=ON -DWITH_THREAD=ON -DCMAKE_INSTALL_PREFIX:PATH=/gpfs/home/acad/ucl-tfl/jcrismer/.local…
-
```
(extracted from issue #163)
--
../hc/hc.cpp:1154:24: warning:
__gnu_cxx::__alloc_traits::value_type is defined in , which isn't directly
#included.
../hc/hc.cpp:1215:31: warning:
__gnu_cxx::__…
-
```
Please investigate and address the following warning reported by VisualC++ 2010
(check that there's no safety issue).
1>c:\dev\mili\include\binary_streams.h(324): warning C4996:
'std::basic_str…
-
[expr.prim.id.qual] p5 states that
> The result of a qualified-id Q is the entity it denotes (**[basic.lookup.qual]**).
The emphasized subclause has no actual interpretation. [basic.pre] p5 defin…
-
For me the SmartConfig sample does not work.
The output from the esp8266 is:
`SC version: V2.5.4
mode : sta(5c:cf:7f:33:74:c3)
add if0
scandone
scandone
SC_STATUS_FIND_CHANNEL`
I'm under…
-
Trying to parse `sqlite3.c` with this project I found that it can parse it without showing any error/warnings but uses a bit more memory than `gcc/g++` (cxx=3,000,000 allocations, g++=500,000 allocati…
-
BPO | [47179](https://bugs.python.org/issue47179)
--- | :---
Nosy | @ronaldoussoren, @pitrou, @vstinner, @encukou, @methane
*Note: these values reflect the state of the issue at the time it was migra…