https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122625
--- Comment #1 from d7d1cd <d7d1cd at mail dot ru> ---
A more simplified example:
import std;
int main() {
auto a = std::format("{}", 42);
}
The link errors are the same.
d7d1cd at mail dot ru via Gcc-bugs Mon, 10 Nov 2025 07:51:00 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122625
--- Comment #1 from d7d1cd <d7d1cd at mail dot ru> ---
A more simplified example:
import std;
int main() {
auto a = std::format("{}", 42);
}
The link errors are the same.