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 language rules permit C++11 to deduce that this is an initializer_list of pairs?
Mar 14, 2018
c++
c++11
language-lawyer
initializer-list
list-initialization
What's the purpose of function with only unspecified number of parameters?
Feb 28, 2019
c++
language-lawyer
variadic-functions
Different behaviour between Clang and GCC when performing qualified name lookup
Oct 26, 2022
c++
namespaces
typedef
language-lawyer
name-lookup
Are fold expressions a C++14 or a C++1z feature?
Sep 05, 2022
c++
language-lawyer
c++14
c++17
fold-expression
Deleted constructor - MSVC reports an error, Clang doesn't
Apr 26, 2022
c++
gcc
visual-c++
clang
language-lawyer
Do JDK classes have any further specifications beyond their Javadoc?
May 16, 2020
java
java-8
language-lawyer
javadoc
Strict aliasing and overlay inheritance
Nov 04, 2022
c
struct
language-lawyer
strict-aliasing
Partial template specialization with mismatching `int` and `size_t` not compiling
Sep 15, 2022
c++
templates
c++14
language-lawyer
partial-specialization
`friend` member functions and attributes - gcc vs clang
May 23, 2021
c++
attributes
language-lawyer
c++17
friend-function
Is compiler allowed to call an immediate (consteval) function during runtime?
Nov 08, 2022
c++
language-lawyer
c++20
consteval
Does pointer arithmetic still work outside the array?
Oct 30, 2022
c
arrays
pointers
language-lawyer
Is a compiler forced to reject invalid constexpr?
Sep 25, 2022
c++
c++11
language-lawyer
constexpr
At which point does map::emplace create an object?
Oct 14, 2022
c++
c++11
language-lawyer
Perfect forwarding of variables declared with structured binding
Nov 03, 2022
c++
language-lawyer
c++17
perfect-forwarding
structured-bindings
Is it guaranteed that sizeof(T[N]) == N * sizeof(T)?
Nov 05, 2021
c++
arrays
language-lawyer
sizeof
GCC : Unscoped enumeration type give an ambiguity error
Sep 07, 2022
c++
gcc
enums
c++14
language-lawyer
What are the differences between a+i and &a[i] for pointer arithmetic in C++?
Nov 05, 2022
c++
language-lawyer
pointer-arithmetic
When is a constexpr evaluated at compile time?
Sep 09, 2022
c++
compilation
language-lawyer
constexpr
c++20
Using concepts in an unevaluated context gives inconsistent results
Apr 28, 2022
c++
language-lawyer
c++20
c++-concepts
How to set the value of an enumeration constant outside the range of int?
Nov 17, 2022
c
enums
enumeration
c99
language-lawyer
« Newer Entries
Older Entries »