-
The C++20 Naughty and Nice List for Game Devs
https://www.jeremyong.com/c++/2023/12/24/cpp20-gamedev-naughty-nice/
介绍一些对游戏开发比较好的c++20特性
不错
coroutine不错,可以用用这个 https://github.com/David-Haim/concurr…
-
Hi!
It seems that the only example here is `empty_example.cpp`. I am wondering whether there is an example that can run at this moment? Really appreciate the help and also thank you for open sourci…
-
Aside from an error caused by an unused parameter
```
[build] /workspaces/maybe/example/external/AnyAny/include/anyany/anyany.hpp:154:51: error: unused parameter 'p' [-Werror,-Wunused-parameter]
[b…
-
I'm using your library via `FetchContent`. But it seems that the _examples_ folder is getting build & linked to my binary. I don't think this is wanted behavior. Maybe a simple CMake flag can help dis…
-
Hello,
because the Debian 12 Boost package `libboost-all-dev` does not include Redis, I "bootstrapped" boost 1.84.0 with
```
mkdir -p /home/marbx/boost/install
./bootstrap.sh --prefix=/home/marbx/…
marbx updated
10 months ago
-
### Check duplicate issues.
- [X] Checked for duplicates
### Description
Building ROOT on macOS 14 with Xcode 15 fails to configure when trying to build LLVM with the following error:
```
CMake…
-
Hi, I am trying to compile the latest and running into a compile error:
```
Downloading...
From (original): https://drive.google.com/uc?id=1-sWOJ8amM425eoZDhnZ_1FEVdhXajI7L
From (redirected): ht…
-
Consider the following code:
```
struct s{
template
int operator+(const T&)const{return 0;}
};
template
concept AlwaysTrue=true;
template
int operator+(const s&,const T&){return…
-
Chromium is making the move: https://bugs.chromium.org/p/chromium/issues/detail?id=1284275 / https://chromium-review.googlesource.com/c/chromium/src/+/3946562
Is it something we want to do too?
…
-
Error Detail:
7 Shader compiler errors compiling global shaders for platform PCD3D_SM6:
Shader debug info dumped to: "C:/Users/28567/Documents/Unreal Projects/dicom_test_non_rt/Saved/ShaderDebugInfo…