-
I am currently working with clang and msvc which seem to both differ in their implementation of cpp20/23. Do you plan on implementing modules? a reasonable hypothesis would be if someone could do th…
-
Cloned this and tried to build per the instructions.
```
csnelson@ cpp20-module-example % bazelisk build //...
INFO: Analyzed 6 targets (45 packages loaded, 498 targets configured).
INFO: Found …
-
Hello!
When I do:
```
git clone https://github.com/rnburn/rules_cc_module
cd rules_cc_module
./ci/run_docker.sh
bazel build //example/...
```
build fails with error:
```
root@2add72a9d097:/s…
-
**Is your feature request related to a problem? Please describe.**
I am trying to use x86_64 gcc (modules) compiler to test "modules" feature.
Compiler explorer does not yet support multiple source …
-
Modules in cpp20 are not there yet. Have tried with all latest gcc versions(11 and 12) built from source and have ran into all kinds of issues, especially when using templates and `variant`. See dd4d6…
-
# 20 Smaller yet Handy C++20 Features - C++ Stories
C++20 is huge and filled with lots of large features. Just to mention a few: Modules, Coroutines, Concepts, Ranges, Calendar & Timezone, Formatting…
-
# 20 Smaller yet Handy C++20 Features - C++ Stories
C++20 is huge and filled with lots of large features. Just to mention a few: Modules, Coroutines, Concepts, Ranges, Calendar & Timezone, Formatting…
-
Currently it looks like the CMake project targets CPP11.
Any reason not to upgrade to at least CPP17?
If we did, I'm guessing we'd also need to do some admin on Steam to get the proper runtime ins…
-
as a large scale C++ project, it could take long time[0] to compile scylla from scratch. despite that we are using distcc and ccache for speeding up the compilation, the time to build the tree is stil…
-
EMSDK needs to include "clang-scan-deps" tool, as CMake 3.28 with C++20 and clang compiler always runs this tool.
This CMake produces the error, test.cpp could be empty:
```cmake
cmake_minimum_…