alias-declaration Questions
1
Solved
The following code can be compiled with gcc-13 and clang-16, but MSVC reports multiple errors
using foo_type = void ((((int, const char*)))); // (1)
// Compiler messages for line (1):
// clang-16: ...
Confetti asked 15/8, 2023 at 4:41
1
© 2022 - 2024 — McMap. All rights reserved.