-
[C.183](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c183-dont-use-a-union-for-type-punning) says that unions shouldn't be used for type punning but IMHO the guidance it provides on wh…
-
The following code segfaults during compilation via `spicyc`:
```
module segfault;
type Data = Data;
```
Like:
```
etyp:/Users/etyp/src/tests/spicy $ spicyc -c segfault-recursive.spicy
…
-
https://clang.llvm.org/docs/Modules.html
-
The following code breaks when it is compiled with a C++20 capable compiler without using a C++20 capable standard library:
```cpp
#if nsel_CPP20_OR_GREATER
using std::remove_cvref;
#else
```…
-
### Description / Steps to reproduce the issue
1. Install `clang++` with: `pacman -S mingw-w64-clang-x86_64-toolchain`.
2. Here is a sample of C++ 20 Modules:
```cpp
//hello.cpp
import ;
using…
-
When I try to build the 1.8.0 plugin in my project it fails with the following errors. Using UE 5.3.2 and XCode 14.3.
Have downloaded the 1.8.0 [WebRTC library](https://github.com/millicast/millic…
tonyv updated
2 months ago
-
I'm trying to get Steam Audio to work with Unreal Engine 5. The problem is that whenever I go to Plugins section in Unreal Engine 5 and enable Steam Audio, it requires me to restart UE5, and when I do…
-
The name of the parser: C++
The command line you used to run ctags:
```
$ ctags
```
The content of input file:
```c++
template concept foo = true;
```
The tags output you are not s…
-
**Describe what enhancement you'd like to have**
We are currently using a basic concurrent hashmap implementation in Proton [nativelog](https://github.com/timeplus-io/proton/blob/develop/src/Nati…
-
### Operating System
Windows
### Installation Method
Build with MSVC
### Xournal++ Version
1.2.1+dev 5fd2dd3703ef7b7cd07e63ef738fc0affcaa287f
### libgtk Version
3.24.38
### Bug…