-
### Summary
related issue in wasmedge-quickjs: https://github.com/second-state/wasmedge-quickjs/issues/144
### Current State
raise segfault
### Expected State
wasmedge itself should n…
-
### Steps to reproduce the issue
```console
$ spack install hpx cxxstd=20
$ cd $(spack find --paths hpx | awk '/hpx/{print $2}')
$ grep HPX_WITH_CXX20 .spack/spack-build-out.txt
```
### Erro…
-
```
namespace cxx20 {
template struct A {};
void f(A) {}
};
```
Is mangled as `_ZN5cxx201fENS_1AILd3ff0000000000000EEE`.
For a Visual Studio 2019 build llvm-cxxfilt demangles as `cxx20::f…
-
Long `requires` clauses wrapped in the `DEAL_II_CXX20_REQUIRES` macro are barely readable:
```
template
DEAL_II_CXX20_REQUIRES(
(concepts::is_dealii_petsc_vector_type ||
std::constr…
-
See log file. Relevant part
```
CMake Error in src/CMakeLists.txt:
Target "regex_perf" requires the language dialect "CXX20" (with compiler
extensions), but CMake does not know the compile f…
-
using clang-cl with `/Zc:twoPhase-`
and
`#pragma clang diagnostic ignored "-Wdelayed-template-parsing-in-cxx20"`
but
clang-cl still emits
`clang-cl: warning: -fdelayed-template-parsing is d…
-
For alias CTAD, if an explicit deduction guide is written after the first use of the alias template, this deduction guide is not included.
The upcoming CTAD for inherited constructors (#98788) also …
-
Build fine with makepkg instead, not sure what is causing this
GCC is always installed in this situation
```
-- Performing Test HAVE_REQUIRED_CXX20_SUPPORT
-- Performing Test HAVE_REQUIRED_CXX…
-
## Issue Details
As the platform uses the latest version of the compiler ( `c++ (GCC) 12.0.1 20220206 (experimental)` it is no surprise that there are more warnings and errors. It uses `-std=c+…
-
In 'clang/lib/Headers/openmp_wrappers/complex_cmath.h', conj is not tagged with `__DEVICE__`. As a result it is not marcked constexpr (as other functions in that header).
Now, that file is included…