List Question
20 TechQA 2024-03-02T13:30:45.810000Why explicitly capturing constexpr variable doesn't work while not capturing it works
178 views
Asked by Alan
Why does the latest clang not define the feature test macro __cpp_coroutines?
121 views
Asked by xmllmx
Why does std::sleep_for(std::chrono::hours::max()) return immediately on linux?
316 views
Asked by sonofagun
Ambiguous constructor error in gcc but not in msvc
495 views
Asked by Alan
Why would noexcept(true) fail where noexcept works?
131 views
Asked by Jan Schultke
Why can't I use std::atanf on MinGW 12.2.0 and C++11?
60 views
Asked by markzzz
Why does calling std::ranges::rotate on a vector result in a "no matching function call to '__begin'" error using clang 15?
304 views
Asked by milad lashini
Does a using namespace directive make names usable in inlined functions?
157 views
Asked by fdan
Is a function template accepting const char(&)[N] more specialized than function template accepting const T&?
178 views
Asked by fansure grin
Fix HardFault on stm32h7 with arm native toolchain, with CubeIDE it works fine
105 views
Asked by Mrmudkip
Сompiler bug? Variable assumed unchanged
335 views
Asked by void
Msvc compiles &(Class::mem) but gcc does not
289 views
Asked by Alan
Coroutine frame overridden by other coroutine? (GCC 11.3 on -O2 and higher)
127 views
Asked by Lukas Lang
Why doesn't gcc 13 display the correct binary represenation?
251 views
Asked by Lundin
VS2022 Cannot open compiler intermediate file
78 views
Asked by SerbanT
MSVC bug? Template friend function cannot access private members despite template friend declaration
115 views
Asked by PitaJ
How can a big number fit precisely into `double` with 32-bit GCC?
753 views
Asked by yeputons