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
Why is the enclosing type of a static lambda member incomplete?
Feb 19, 2021
c++
lambda
language-lawyer
c++17
List-initialization of an array without temporaries - not working in GCC
Apr 24, 2021
c++
c++11
gcc
language-lawyer
Buffer overrun with bit-fields and value initialization - compiler bug or undefined behavior?
Sep 11, 2022
c++
visual-c++
c++14
language-lawyer
undefined-behavior
Which is the best viable operator == function between these two declarations?
Sep 15, 2022
c++
templates
language-lawyer
c++20
Clang vs. GCC: Friend-ing a global function via qualified/unqualified names
May 17, 2021
c++
gcc
clang
language-lawyer
Is vector::insert allowed to reserve only once and avoid further capacity checks?
Sep 19, 2022
c++
vector
iterator
language-lawyer
Why default argument can't be added later in template functions?
Sep 03, 2022
c++
templates
language-lawyer
function-templates
default-arguments
Does copying an empty object involve accessing it
Aug 24, 2021
c++
language-lawyer
Is omitting return statement undefined behaviour in C89 (aka ANSI C)?
Nov 02, 2022
c
language-lawyer
c89
Does the ECMAScript specification allow Array to be "superclassable"?
Oct 09, 2022
javascript
arrays
ecmascript-6
language-lawyer
prototypal-inheritance
Can a standard-compliant compiler reject code containing dynamic_cast downcast from non-polymorphic type?
Apr 03, 2018
c++
polymorphism
virtual
language-lawyer
dynamic-cast
Can uint8_t be a non-character type?
Sep 19, 2022
c
language-lawyer
What is the rule that allows `this->` to access members of dependent base classes?
Aug 21, 2021
c++
templates
language-lawyer
name-lookup
dependent-name
Is it illegal get `sizeof` non-static member of struct nested within class template?
Mar 21, 2019
c++11
gcc
clang
language-lawyer
clang++
Is it legal to use a const value captured in a lambda as a template argument?
Oct 15, 2022
c++
templates
lambda
language-lawyer
Is creating a pointer one past the end of a non-array pointer not derived from unary operator & undefined behavior in C++17?
Nov 19, 2022
c++
arrays
pointers
language-lawyer
c++17
shouldn't std::pair<T1,T2> have trivial default constructor if T1 and T2 have?
May 22, 2022
c++
c++11
language-lawyer
default-constructor
Assignment between union members
Sep 12, 2022
c++
language-lawyer
unions
Should a C++ temporary be constant?
Sep 19, 2022
c++
visual-studio-2013
visual-studio-2015
language-lawyer
Do structured bindings and forwarding references mix well?
Apr 20, 2020
c++
language-lawyer
c++17
forwarding-reference
structured-bindings
« Newer Entries
Older Entries »