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
So why is i = ++i + 1 well-defined in C++11?
Jan 18, 2018
c++
c++11
undefined-behavior
language-lawyer
Why does C's BNF grammar allow declarations with an empty sequence of init-declarators?
Mar 16, 2022
c
language-lawyer
context-free-grammar
What are the precise semantics of block-level functions in ES6?
Sep 04, 2022
javascript
ecmascript-6
language-lawyer
Why does C++ allow you to move classes containing objects with deleted move operations?
Feb 05, 2018
c++
c++11
c++14
language-lawyer
move-semantics
When do we need to have a default constructor?
Sep 04, 2022
c++
language-lawyer
How do you import an enum into a different namespace in C++?
Sep 04, 2022
c++
enums
namespaces
typedef
language-lawyer
Are the addresses of two temporaries guaranteed to be different in the same expression?
Oct 14, 2022
c++
pointers
language-lawyer
temporary-objects
Why do std::generate() and std::generate_n() require different iterators?
Oct 06, 2019
c++
iterator
language-lawyer
What does it mean for an object to exist in C++?
Sep 03, 2022
c++
c++11
language-lawyer
c++14
object-lifetime
Must template argument functions be treated as potentially constexpr?
Sep 03, 2022
c++
templates
c++11
language-lawyer
constexpr
Dependent type or argument in decltype in function definition fails to compile when declared without decltype
Aug 20, 2022
c++
c++11
templates
language-lawyer
How to explicitly call a conversion function whose conversion-type-id contains a placeholder specifier
Jan 11, 2022
c++
language-lawyer
This case of template function overloading eludes my understanding
Sep 03, 2022
c++
templates
language-lawyer
overload-resolution
"Default member initializer needed within definition of enclosing class outside of member functions" - is my code ill-formed?
Dec 18, 2019
c++
c++11
language-lawyer
C++11 introduced exception constructors taking `const char*`. But why?
Aug 09, 2019
c++
exception
c++11
language-lawyer
Difference between Undefined Behavior and Ill-formed, no diagnostic message required
Sep 03, 2022
c++
language-lawyer
undefined-behavior
Pointer interconvertibility vs having the same address
Nov 18, 2022
c++
arrays
pointers
language-lawyer
c++17
Why was getenv standardised but not setenv?
Jun 23, 2022
c++
c
language-lawyer
Does struct with reference member have unique object representation?
Jul 12, 2022
c++
c++17
language-lawyer
Can constexpr be combined with volatile?
Sep 03, 2022
c++
c++11
gcc
clang
language-lawyer
« Newer Entries
Older Entries »