-
It would be nice to get closer to a python traceback, including filenames and line numbers. There are some snippets on the web to do this for C, so with some minor modifications it can probably be mad…
-
### Description of the bug:
When trying to debug a failing Bazel Java test, one may want to step into the relevant Java file to explore and attach breakpoints. For `java_test` targets where the sour…
-
During PR https://github.com/alpaka-group/alpaka/pull/2317#discussion_r1683056959 there was the question if we already support the native implementation of C++23 `std::mdspan`. At the moment we do not…
-
### Summary
P1016R0's `copy_cvref` trait breaks existing practice in how it treats targets of reference type.
An alternative `apply_cvref` trait is defined that is more consistent and so less surpri…
-
**Channel**
C++Weekly
**Topics**
I would really like to see a deeper dive into deducing this. Specifically questions like when to take self as value or rvalue reference. How these differ and …
-
AtCoder の言語バージョンの更新によって、AtCoder 上で C++20 / 23 が使用可能になりました。
https://img.atcoder.jp/file/language-update/language-list.html
今後 C++20 / 23 機能を使った競プロのコードや解説が増えていくと思われます。
そうしたコードをコンパイルできるよう、
① コンパイ…
-
以下のようなCMakeの記載方法をメモする場所が必要。
https://cpprefjp.github.io/implementation.html
-
Good day. I want to make a suggestion. I am not 100% sure this is not covered in the guidelines already, but I do not see it upon quick inspection. Below is my argument and suggestion.
A function o…
-
The MSVC compiler 2022 C++23 cannot compile the following lines from e.g. test/transform_replace.cpp, test/split.cpp, test/search.cpp
```
char const * str_ = "XYZ";
auto str = str_ …
-
**Describe the bug**
I cannot use `'cpp_std=c++23'` option in meson when targeting emscripten:
```bash
meson.build:1:0: ERROR: None of values ['c++23'] are supported by the C++ compiler. Possible v…