CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
language-lawyer
09-13
Net
How to make `this` pointer constant expression?
09-10
front end
Can const-default-constructible objects be of non-class types?
09-06
OS
Does an implementation that returns fundamental types by value using registers do "temporary ma
09-06
OS
Why SFINAE has different behavior with gcc <11 vs >12?
09-05
OS
Is negative floating point zero guaranteed to evaluate to false in C?
09-05
Net
Is it legal for a lambda to odr-use this or a not captured entity with automatic storage duration in
09-02
Software engineering
What are the requirements for compatible structure types declared in the same translation unit?
09-01
Software engineering
From what part of the standard should I understand I can use a constexpr local variable in a if cons
08-29
Mobile
In which case(s) user-defined conversions are not considered during reference initialization?
08-27
Back-end
Is this C program with two struct definitions, involving a flexible array member, defined?
08-27
Enterprise
`requires` expression is evaluated to false in a nested template, but code is still compiled
08-22
Software design
Does IFNDR take precedence over diagnosable rule violations?
08-22
front end
Determining offset of a struct member via casting NULL to a struct pointer
08-21
Back-end
Is it possible for implicit object creation to not create objects in certain situations?
08-16
Back-end
Forbidden syntax for pointer/reference to bound member function
08-16
Software engineering
Forbidden syntax for pointer/reference to bound member function
08-13
Mobile
How alternative deductions can yield more than one possible "deduced A"?
08-13
Mobile
Copy-elision in direct initialization from braced-init-list
08-13
Software design
Does type deduction is failed in this example?
08-10
other
Is it legal to use more parameters than expected when calling a function?
08-08
Back-end
Why visual c (latest) and gcc 12.1 accepted hiding this init capture for lambda, while clang 14.0.
08-08
Back-end
How to explicitly specify template arguments for multiple parameter packs
08-08
Mobile
Is static initialization order fiasco Undefined or Implementation-defined behavior?
08-04
database
Is it allowed to create a `typedef` for a function with attributes?
08-03
OS
Is is allowed to create a `typedef` for a function with attributes?
07-30
front end
Overload resolution of int vs std::vector<int> with an initializer list of a single int
07-29
Net
Is the value of a variable always guaranteed to be 1 word away from the variable created outside of
07-28
OS
Is it UB to reference bind to underlying type of enum class object?
07-28
Back-end
Are packed identical structs guaranteed to have the same memory layout?
07-26
Software engineering
Is there any difference between overflow and implicit conversion, whether technical or bit level (cp
07-25
Net
Does non-reserved identifier at translation phase 4 make it impossible to reserve a file scope ident
07-23
Blockchain
Why explicit-ness of std::pair's heterogeneous "move"-constructor changed in C 17?
07-22
Net
Explicitly specify additional template arguments - But I have no arguments left to specify
07-19
Back-end
Can C 20 concept be used to avoid hiding template function from base class?
07-15
Enterprise
What is the difference (if any) between "defined" and "well-defined"?
07-11
Back-end
Why does the compiler create a variable that's only used once?
07-09
Software engineering
Exact rules for matching variadic template template parameters in partial template specialization
07-09
Net
Is it safe to read the value of numpy.empty or jax.numpy.empty?
07-09
Software design
Is it defined behavior to explicitly call a destructor and then use placement new to reconstruct it?
07-08
Blockchain
Why can a multiline comment appear between "import" and ImportSpec, but not between Packag
281
1
2
3
4
5
6
7
8
Next
Last
Links:
CodePudding