Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in language-lawyer
`std::is_same_v<size_t, uint64_t>` evaluates to `false` when both types are 8 bytes long
Sep 13, 2025
c++
templates
c++17
language-lawyer
sizeof
What is the purpose of the new C23 #embed directive?
Sep 14, 2025
c
language-lawyer
c23
Are floatN_t in stdfloat guarenteed to be IEEE compliant?
Sep 13, 2025
c++
floating-point
language-lawyer
c++23
What happens when an assumption, i.e. [[assume]] contains UB?
Sep 14, 2025
c++
language-lawyer
c++23
assumption
Why does constinit allow UB?
Sep 13, 2025
c++
language-lawyer
constexpr
constant-expression
constinit
Is enum { a } e = 1; valid?
Sep 13, 2025
c
enums
language-lawyer
Going from signed integers to unsigned integers and vice versa in C++20
Sep 13, 2025
c++
language-lawyer
signed
twos-complement
c++20
Is the conditional move optimization against the C standard?
Sep 12, 2025
c
assembly
language-lawyer
compiler-optimization
ternary-operator
C++ idempotence of going through: pointer → reference → pointer
Sep 12, 2025
c++
pointers
reference
language-lawyer
Class that holds a reference to itself
Sep 12, 2025
c++
language-lawyer
Does C++ standard guarantee the initialization of padding bytes to zero for non-static aggregate objects?
Sep 12, 2025
c++
gcc
initialization
language-lawyer
zero-initialization
Can we distinguish the results of diamond operator from raw constructor?
Sep 12, 2025
java
generics
language-lawyer
Alternative for-loop construct
Sep 10, 2025
bash
shell
sh
language-lawyer
language-history
Can a parameter pack be captured implicitly within C++11 lambdas?
Sep 12, 2025
c++
c++11
lambda
language-lawyer
variadic-templates
Shall structured binding to a copy of a const c-array be const?
Sep 12, 2025
c++
language-lawyer
c++17
structured-bindings
Why can't I initialize this std::vector with an l-value?
Sep 12, 2025
c++
language-lawyer
narrowing
Is implicit function declaration legal in C89?
Sep 10, 2025
c
language-lawyer
c89
What is the purpose of `operator auto() = delete` in C++?
Sep 10, 2025
c++
language-lawyer
conversion-operator
Why is address of non-static member not allowed as template non-type parameter?
Sep 10, 2025
c++
templates
language-lawyer
« Newer Entries
Older Entries »