gcc11 Questions
1
struct details_state {
struct details_status D1;
struct details_status D2;
};
struct details {
struct details_state details_states[2];
} __attribute__((packed));
struct details *p;
voi...
Hyperthyroidism asked 22/2, 2022 at 8:17
3
I have recently been trying to convert a codebase to C++20 modules using GCC 11. However, I got stuck on the following situation. First, here is how it was done using headers:
A.h
class B;
class A...
Jataka asked 12/6, 2021 at 19:12
4
Solved
GCC 11.1 was finally released yesterday. However, now it can only be built from source, so I'm wondering when we can get it with apt?
1
© 2022 - 2024 — McMap. All rights reserved.