Search code examples
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
Illegal use of undefined type...


c++language-lawyerc++20compiler-bug

Read More
Use of template keyword before dependent template name...


c++language-lawyerc++20compiler-bugdependent-name

Read More
JDK 11.0.2 compilation fails with javac NPE on anonymous parameterized class type inference...


javajavactype-inferencejava-11compiler-bug

Read More
Why can't I specialize a template with an alias template in the return type in MSVC?...


c++templatesvisual-c++language-lawyercompiler-bug

Read More
MSVC compiled code hits debug assert when using _Atomic float...


cvisual-c++c11stdatomiccompiler-bug

Read More
Template+Dependent Name...


c++templatesgcccompiler-bug

Read More
Calling function type alias instead of function...


c++gcclanguage-lawyertype-aliascompiler-bug

Read More
What is the behavior of printing NULL with printf's %s specifier?...


clinuxlanguage-lawyercompiler-bug

Read More
Why does scanf parse "2E" but not "." (with GCC) as a "prefix of a matching...


cfloating-pointlanguage-lawyerscanfcompiler-bug

Read More
GCC confuses `set` member function with `std::set`...


c++gcccompiler-bug

Read More
Can calls to member functions of function parameters be used as template arguments?...


c++gccc++17sfinaecompiler-bug

Read More
Class isn't trivially_copyable if a constraint on its assignment operator is not satisfied with ...


c++language-lawyerc++20compiler-bugtrivially-copyable

Read More
Why doesn't the alias template in function parameter match the nested type it refers to?...


c++g++compiler-bugtemplate-aliases

Read More
C++ template resolution error in recent MSVC, OK with GCC, LLVM and older MSVC...


c++templatesvisual-c++compiler-bug

Read More
Right bit shift in body of lambda used as a template argument doesn't compile on GCC...


c++templatesgccc++20compiler-bug

Read More
Why do I get different results for complex multiplication involving NaN with gcc depending on optimi...


cundefined-behaviorcomplex-numberscompiler-bug

Read More
Why does MSVC say a call to a virtual constexpr functional call operator does not result in a consta...


c++visual-c++c++20constexprcompiler-bug

Read More
Double free in the C++ standard library using only std::function and std::shared_pointer...


c++g++undefined-behaviorlibstdc++compiler-bug

Read More
Parameter pack referenced but not expanded in a using declaration: compiler bugs or not?...


c++c++17language-lawyervariadic-templatescompiler-bug

Read More
Variadic template template wrapper: weird compilers errors, possibly bugs...


c++c++11compiler-errorstemplate-meta-programmingcompiler-bug

Read More
clang standard library bug or c++ undefined behavior?...


c++clangstdundefined-behaviorcompiler-bug

Read More
'Delegate 'System.Action' does not take 0 arguments.' Is this a C# compiler bug (lam...


c#compiler-errorslambdacompiler-bug

Read More
Wrong result of multiplication: Undefined behavior or compiler bug?...


c++visual-studiovisual-studio-2019undefined-behaviorcompiler-bug

Read More
Why does gcc, with -O3, unnecessarily clear a local ARM NEON array?...


cgccarm64neoncompiler-bug

Read More
C++11 future.wait_for() always returns future_status::timeout...


c++c++11futurecompiler-bug

Read More
BackNext