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 do shared_ptr deleters have to be CopyConstructible?
Aug 31, 2022
c++
c++11
language-lawyer
shared-ptr
Unions as Base Class
Nov 14, 2022
c++
inheritance
unions
language-lawyer
Conditional operator's return type and two-phase lookup
Feb 28, 2021
c++
language-lawyer
compiler-bug
name-lookup
dependent-name
Is std::less supposed to allow comparison of unrelated pointers at compile-time?
Nov 01, 2022
c++
language-lawyer
std
compile-time
Why does it make a difference if left and right shift are used together in one expression or not?
Aug 31, 2022
c
operators
language-lawyer
bit-shift
integer-promotion
C++14 value-initialization with deleted constructor
Aug 31, 2022
c++
language-lawyer
c++14
Legal to overwrite std::string's null terminator?
Aug 31, 2022
c++
c++11
language-lawyer
stdstring
Is floating point addition commutative in C++?
Aug 31, 2022
c++
floating-point
language-lawyer
commutativity
What's the result of a & b?
Aug 31, 2022
c++
language-lawyer
bitwise-operators
Is a lambda expression a legal default (non-type template) argument?
Oct 29, 2022
c++
templates
lambda
language-lawyer
c++20
Calling `this` member function from generic lambda - clang vs gcc
Nov 10, 2021
c++
lambda
this
language-lawyer
c++14
Does the shadow DOM replace ::before and ::after?
Aug 30, 2022
css
language-lawyer
pseudo-element
shadow-dom
Is ((void*)0) a null pointer constant?
Aug 30, 2022
c
language-lawyer
Why does the standard differentiate between direct-list-initialization and copy-list-initialization?
Aug 30, 2022
c++
c++11
language-lawyer
list-initialization
What is the Relationship Between the C and C++ Standards?
Aug 30, 2022
c++
c
dependencies
standards
language-lawyer
Is it safe to use the address of a static local variable within a function template as a type identifier?
Aug 30, 2022
c++
templates
language-lawyer
rtti
Is std::vector<T> a `user-defined type`?
Oct 22, 2022
c++
c++11
language-lawyer
template-specialization
c++14
Is negative index for operator[] well defined?
Mar 16, 2022
c++
operator-overloading
language-lawyer
Does C check if a pointer is out-of-bound without the pointer being dereferenced?
Aug 30, 2022
c
pointers
language-lawyer
Why does one still need to disambiguate a dependent type with typename in the RHS of a using statement?
Jul 29, 2017
c++
c++11
language-lawyer
« Newer Entries
Older Entries »