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
Is a std::string implementation conformant where 's.c_str() + s.size()' is not necessarily the same as '&s[s.size()]'?
Sep 06, 2017
c++
string
c++11
language-lawyer
When static global variable are created in C++
Nov 12, 2022
c++
language-lawyer
What happens to the underlying storage upon vector's copy/move assignment?
Nov 14, 2022
c++
string
c++11
vector
language-lawyer
The concept of a type name scope in C11
Nov 02, 2022
c
scope
c99
language-lawyer
c11
Multiple inheritance makes private member accessible
Dec 18, 2017
c++
gcc
multiple-inheritance
language-lawyer
compiler-bug
Why does this using another constant variable defined later qualify an expression as a non constant expression
Apr 14, 2022
c++
c++14
language-lawyer
c++17
Is a specialization implicitly instantiated if it has already been implicitly instantiated?
Nov 10, 2022
c++
templates
language-lawyer
template-instantiation
implicit-instantiation
Why does the compiler choose this generic method with a class type parameter when invoked with an unrelated interface type?
Sep 24, 2022
java
generics
java-8
language-lawyer
javac
Can a pointer to an incomplete type be incomplete?
Sep 14, 2022
c
pointers
language-lawyer
incomplete-type
Does this program violate the ODR?
Feb 15, 2022
c++
visual-c++
language-lawyer
Obviously ambiguous call does not cause a compilation error on GCC
Dec 31, 2021
c++
c++11
language-lawyer
diagnostics
ambiguous-call
std::type_info::hash_code() uniqueness and the meaning of "should"
Nov 28, 2021
c++
language-lawyer
rtti
abi
Should a name found in a dependent base class hide a namespace name at the point of instantiation?
Jun 16, 2018
c++
templates
language-lawyer
Allocating memory for a part of structure
Mar 15, 2022
c
struct
language-lawyer
undefined-behavior
Pointer to one before first element of array
Nov 15, 2022
c
language-lawyer
pointer-arithmetic
C++ lambda capturing by copy of parent lambda's captured value
Aug 23, 2022
c++
g++
language-lawyer
clang++
Possible MSVC compiler bug
Sep 05, 2022
c++
visual-c++
language-lawyer
std
shared-ptr
Requires-clause appears after template template parameter: is this legal grammar?
Sep 30, 2022
c++
templates
language-lawyer
c++20
c++-concepts
Is it UB to access 'padded' bytes?
Apr 21, 2022
c++
alignment
language-lawyer
Variadic macro with no arguments for its variadic parameter
Oct 17, 2022
c++
c++11
c-preprocessor
language-lawyer
variadic-macros
« Newer Entries
Older Entries »