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
Relying on a zero'ing heap for initialising members
Oct 26, 2025
c++
language-lawyer
Visibility of atomic operations with seq-cst fences in C++20
Oct 25, 2025
c++
language-lawyer
memory-barriers
stdatomic
memory-model
What is the alignment requirement of malloc(1)
Oct 26, 2025
c
malloc
language-lawyer
memory-alignment
c23
When is a std::weak_ptr empty? Is an expired std::weak_ptr empty?
Oct 26, 2025
c++
language-lawyer
std
smart-pointers
weak-ptr
Is it legal to use more parameters than expected when calling a function?
Oct 26, 2025
python
c
language-lawyer
Is a program where undefined behavior (UB) is conditional on implementation leeway a program with unconditional UB?
Oct 26, 2025
c++
language-lawyer
undefined-behavior
pointer to array not compatible to a pointer to 'const' array?
Oct 25, 2025
c
arrays
pointers
constants
language-lawyer
Does calling a dependent function that has not been yet declared at the point of template definition cause the program to be IFNDR?
Oct 26, 2025
c++
templates
language-lawyer
dependent-type
How to determine whether the following switch block is exhaustive?
Oct 26, 2025
java
language-lawyer
Why need not a hosted environment be provided?
Oct 26, 2025
c
language-lawyer
Does a using declaration of a template specialization always cause its implicit instantiation?
Oct 26, 2025
c++
templates
language-lawyer
Non-triviality of class type due to presence of default member initializer(s)
Oct 25, 2025
c++
c++17
language-lawyer
Does sequence on an infinite list of IO actions by definition result in a never-ending action? Or is there a way to bail out?
Oct 25, 2025
haskell
functional-programming
language-lawyer
monads
applicative
Is std::adjacent_find(last, last) undefined?
Oct 24, 2025
c++
algorithm
language-lawyer
=default and =delete is a function declaration or a function definition?
Oct 24, 2025
c++
c++11
language-lawyer
Why is that noexcept specifier doesn't work in complete class context but default argument and function body does
Oct 24, 2025
c++
language-lawyer
c++20
noexcept
exception-specification
Why is reverse_iterator::base offset?
Oct 24, 2025
c++
stl
iterator
language-lawyer
reverse-iterator
What does 'auto t = new decltype(nullptr)' do? [duplicate]
Oct 23, 2025
c++
gcc
null
language-lawyer
Why does an explicit "extern" not allocate storage for an object?
Oct 23, 2025
c
language-lawyer
declaration
definition
extern
Are repeated declarations of a template with a type-template-parameter defaulted to a closure type a violation of ODR?
Oct 23, 2025
c++
language-lawyer
c++20
Older Entries »