Search code examples
Should std::variant be nothrow destructible when its alternative has potentially throwing destructor...


c++language-lawyerdestructorcompiler-bugnoexcept

Read More
Clang fails to instantiate `operator!=()` from `operator==()` with `auto` return type for a class ob...


c++language-lawyerc++20compiler-bugnon-type-template-parameter

Read More
What are the exact conditions under which type_name in sizeof(type_name) is evaluated? GCC evaluates...


clanguage-lawyersizeofvariable-length-arraycompiler-bug

Read More
Why does clang think gcc's subrange does not satisfy gcc's __ranges_begin function concept e...


c++clangc++20c++-conceptscompiler-bug

Read More
Why does the latest clang not define the feature test macro __cpp_coroutines?...


c++clangc++20compiler-bugc++-coroutine

Read More
Is it possible to determine whether an object is of a class type or not using a trait through a non-...


c++language-lawyerc++20compiler-bugnon-type-template-parameter

Read More
Ambiguous constructor error in gcc but not in msvc...


c++c++17language-lawyercompiler-bugcopy-initialization

Read More
Xcode 13.3 Compiler Bug with multiple nil coalescing operators?...


iosswiftxcodecompiler-bug

Read More
Sorting by element address...


c++language-lawyercompiler-bug

Read More
Why does std::sleep_for(std::chrono::hours::max()) return immediately on linux?...


c++linuxmultithreadingc++-chronocompiler-bug

Read More
Msvc compiles &(Class::mem) but gcc does not...


c++visual-c++language-lawyercompiler-bug

Read More
fold expression and function name lookup...


c++c++17clangcompiler-bug

Read More
Is it possible to bind a class type object to a reference through a non-type template parameter in C...


c++language-lawyerc++20compiler-bugnon-type-template-parameter

Read More
Why can't I use std::atanf on MinGW 12.2.0 and C++11?...


c++mingwstdlibstdc++compiler-bug

Read More
Why does calling std::ranges::rotate on a vector result in a "no matching function call to &#39...


c++c++20clang++compiler-bug

Read More
Is a function template accepting const char(&)[N] more specialized than function template accept...


c++overload-resolutionfunction-templatescompiler-bug

Read More
Does a using namespace directive make names usable in inlined functions?...


c++templatesnamespacesusingcompiler-bug

Read More
MSVC bug? Template friend function cannot access private members despite template friend declaration...


c++templatesvisual-c++compiler-bug

Read More
Getting "instantiation resulted in unexecpted type" with MSVC...


c++visual-c++compiler-errorscudacompiler-bug

Read More
Сompiler bug? Variable assumed unchanged...


c++visual-c++compiler-bug

Read More
Overriding generic iterator results in BadImageFormatException when compiled with Visual Studio 2010...


c#visual-studio-2010visual-studio-2012compiler-bug

Read More
Cant seen to find the change in gcc13.2 release notes or error: invalid redeclaration of template&lt...


c++gccc++20compiler-bug

Read More
Coroutine frame overridden by other coroutine? (GCC 11.3 on -O2 and higher)...


c++gcccoroutinecompiler-bug

Read More
Why doesn't gcc 13 display the correct binary represenation?...


cgcccompiler-bugpointer-conversionc23

Read More
How can a big number fit precisely into `double` with 32-bit GCC?...


c++gccfloating-pointcompiler-bug

Read More
Is decltype(std) legal, and does it have any purpose?...


c++c++11g++decltypecompiler-bug

Read More
ODR bug in MSVC?...


c++visual-c++compiler-bugone-definition-rule

Read More
Problem creating template function alias with const value template arguments...


c++templatesgcclanguage-lawyercompiler-bug

Read More
c++20 partial class specialization with concepts and variadic template args...


c++c++20variadic-templatesc++-conceptscompiler-bug

Read More
inline variable is initialized more than once...


c++visual-studio-2017c++17compiler-buginline-variable

Read More
BackNext