-
Hi,
I was just experimenting with C++ modules under Visual Studio in an existing codebase that uses vulkan, and I ran into problem with VkPipelineShaderStageCreateInfo as it has member named 'module'…
-
[deal.II 9.3.0 Release Candidate 1](https://github.com/dealii/dealii/releases/tag/v9.3.0-rc1)
===
Check list for [release-tasks](https://github.com/dealii/release-papers/blob/master/release-tasks)…
-
When compiling a simple halide example, clang-10 presents an error:
```
In file included from /home/developer/CLionProjects/halide-test/main.cpp:20:
/usr/include/Halide.h:27922:27: error: use of ov…
-
Nightly gcc/9.2 and clang/9 builds (all backends) with c++20 enabled began failing after merge of #3542 with error messages:
```
23:32:39 /home/jenkins/slave/workspace/Kokkos_develop_kokkosdev2_g…
-
The package name cpp11 seems really confusing to me. Now we have C++ 20, does that mean there will be another package called cpp20?
-
@maxGimeno Can you please modify this Dockerfile so that Eigen master version is used?
https://github.com/CGAL/cgal-testsuite-dockerfiles/blob/65a3d7188a009b05b5bdbdc3c73170785b448c51/Ubuntu-GCC_ma…
-
In [Core Meeting (2020-03-23)](https://github.com/seqan/seqan3/wiki/Core-Meeting-notes#2020-03-23-marehr) we decided that stuff that will be part of C++20 and that we implement in seqan3 already shoul…
-
### 问题
在指定生成静态库时Bootstrap库和部分用例编译失败
配置选项```cmake -DCMAKE_BUILD_TYPE=Debug -DUbpa_UDRefl_Build_Shared=OFF -DUbpa_UDRefl_Build_ext_Bootstrap=ON -DUbpa_UDRefl_include_all_StdName=ON -DCMAKE_INSTALL_…
-
テストフレームワーク的には pass ケースを likely に fail ケースを unlikely にしてよいと思う
ちなみに、C++20 未満だと __builtin_expect でできるっぽい
https://cpprefjp.github.io/lang/cpp20/likely_and_unlikely_attributes.html
https://llvm.org/do…
-
- [x] I confirm that this is an issue rather than a question.
## Bug report
Building on macOS Big Sur v11.1
Hyperion version: Hyperion 2.0.0-alpha.11
I already tried deleting…