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
What is the function of const specifier in enum types?
Oct 22, 2022
c++
c++11
enums
constants
language-lawyer
std::make_shared() change in C++17
Sep 23, 2022
c++
language-lawyer
c++17
make-shared
exception-safety
Why must all pointers to structs be of the same size?
Sep 11, 2022
c
pointers
language-lawyer
Does C++11 change the behavior of explicitly calling std::swap to ensure ADL-located swap's are found, like boost::swap?
Dec 21, 2016
c++
c++11
swap
language-lawyer
rationale
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
« Newer Entries
Older Entries »