-
[P3175R0](https://wg21.link/p3175r0) Reconsidering the `std::execution::on` algorithm (Eric Niebler)
-
I'm trying to disable the `std::format` support when compiling with Clang 17 in C++23 mode (i.e. `std::format` is definitely supported). I have been trying multiple things for hours now, and can't fin…
-
### Zig Version
0.12.0-dev.2059+42389cb9c
### Steps to Reproduce and Observed Behavior
I recently updated from 0.12.0-dev.1721 ish to the version above... Now when trying to build with the I …
-
Breaking Rust's dependency on Fastcomp will allow upgrades to Rust's LLVM to be much smoother because they won't depend on Fastcomp being updated. Smoother upgrades will allow LLVM to be kept up to da…
-
## Goal
| User story |
|:---------------------------------------------------------------------------|
| As a conference attendee, visiting the Fleet booth,
| I want my experience to be represen…
-
### Zig Version
0.9.1
### Steps to Reproduce
Create a `build.zig` with the following:
```
const std = @import("std");
const CrossTarget = std.zig.CrossTarget;
const Target = std.Target;
co…
-
Full name of submitter (unless configured in github; will be published with the issue): Jiang An
Reference (section label): [basic.start.main]
Link to reflector thread (if any):
Issue descrip…
-
We recently had a user who managed to get Slint running on an STM32U5 with C++. We ended up sorting everything out on Mattermost, but it became apparent that the documentation is missing a guide here:…
-
### Please describe the problem:
These functions should not be part of the view class.
### What is the expected behavior?
They should belong to another more appropriate class as freestanding …
-
[P2591R0](https://wg21.link/p2591r0) Concatenation of strings and string views (Giuseppe D'Angelo)