-
`~/Vulkan-Hpp $ cmake -DVULKAN_HPP_SAMPLES_BUILD=ON -DVULKAN_HPP_TESTS_BUILD=ON \
-DENABLE_OPT=0 \
-DCMAKE_CXX_STANDARD_REQUIRED=ON \
-DVULKAN_HPP_ENABLE_EXPERIMENTAL_CPP20_MODULES=ON \ -DCMAKE_E…
-
Trying to build mold on OpenBSD I am currently dead in my tracks as the dependency with TBB makes it impossible at the moment. TBB seems to be (currently) dependent on an API POSIX has removed, uconte…
-
**Describe the problem**
I tested a simple C++ exception capture example, it is normal under the arm platform, but the program will crash under the RISCV platform.
`The zephyr version is as foll…
-
## Description
Non-public APIs from the `absl::flags_internal` namespace are used for command-line option parsing.
https://github.com/google/mozc/blob/88d5ef3ff738c9574112c0afba1d2f982ceaa461/sr…
-
Still encountering the same include not found error as in issue: #379 while compiling with `clang 13.0.1 with g++ 8.5.0 -std=c++20`
https://github.com/oneapi-src/oneTBB/blob/c9497714821c3d443ee44c…
-
### What is your question?
Hi!
I could overcome "fatal error C1083: Cannot open include file: 'openssl/ssl.h':" error mentioned here (https://github.com/conan-io/conan/issues/14265) by changin…
-
```~/ $ rm -rf Vulkan-Hpp
git clone --recurse-submodules https://github.com/KhronosGroup/Vulkan-Hpp.git >> /dev/null
~/ $ cd Vulkan-Hpp
~/Vulkan-Hpp $ clang++ --version
clang version 17.0.2
Targe…
-
This file does not compile on 9e15720bc with `g++-9 -std=c++20`:
```cpp
#include
int main() {}
```
Error:
```
# g++-9 -Ienv/tbb/include -std=c++20 test.cpp
In file included from env/t…
-
![1656986177(1)](https://user-images.githubusercontent.com/108705515/177234474-f6f559ed-80b8-417a-ac7c-a40e8c1ee526.png)
-
Hi,
I have compilation errors using the new vulkan.cppm on macOS with clang 16.0.6 from homebrew, CMake 3.26.4 and ninja 1.11.1. I am including the vulkan-headers repo with cmake's FetchContent.
M…