-
### Environment details
* Operating System+version: Ubuntu 22.04
* Compiler+version: Ubuntu clang version 15.0.7
* Conan version 1.59.0 / 2.0.17
* Python version: Python 3.10.13 ( in both cases)…
-
### Operating System
Windows
### Installation Method
Build with MSVC
### Xournal++ Version
1.2.1+dev 5fd2dd3703ef7b7cd07e63ef738fc0affcaa287f
### libgtk Version
3.24.38
### Bug…
-
It's a good idea to set a specific C++ version and follow it to avoid future problems, for example, someone pushing C++20 code that breaks all MSVC 2019 builds.
Personally I propose to follow C++11…
-
Hi there,
I recently upgraded my OS from Ubuntu 18.04 to Ubuntu 20.04 and since, my unit tests that were using `views::cache1` started to fail. The code repeatedly returns the error `../deps/range-…
-
I'm using Meta's fork to run it but i get this error.
When i'm using the fork :
```
Running C:/Users/u2p05/Documents/UnrealDeep/UnrealEngine/Engine/Build/BatchFiles/Build.bat Development Win6…
-
当我在玩Flash游戏时,界面总是有种顿卡的感觉,我在原来的代码中找到了关于fps的代码,我想请问下是不是和这个有关呢。
`// Render at 30fps.
static const int kRenderDelay = 1000 / 30;
CefPostDelayedTask(TID_UI, NewCefRunnableMethod(this, &OSRWindow::Rende…
xwal updated
10 years ago
-
**Describe the bug**
The standard "Hello world" app does not work in C++ for xtensa platforms because the toolchain is unable to find POSIX symbols `write()`, `read()`, `lseek()`, `fstat()`, and `clo…
-
LLVM20 installed by `./llvm.sh 20`
```
Unpacking libpolly-20-dev:amd64 (1:20~++20240922083525+e4e3ff5adc8b-1~exp1~20240922083716.429) over (1:20~++
20240921081646+8527861179ac-1~exp1~202409210818…
-
In the `constinit` example in [CPP20.md](https://github.com/AnthonyCalandra/modern-cpp-features/blob/1284ccd3cfee85f0ce2f477df41cb43033bc4429/CPP20.md#constinit):
```cc
const char* g() { return "dyn…
-
[Godbolt](https://compiler-explorer.com/z/5YrE1MeeM)
Like GCC, clang could use a single `bsr` in non-zero branch by default in `log2_floor_cpp20`.