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's wrong with std::valarray's operator*?
Sep 28, 2020
c++
c++11
operators
language-lawyer
valarray
memset_s(): What does the standard mean with this piece of text?
Nov 15, 2022
c
language-lawyer
Legality of using operator delete on a pointer obtained from placement new
Oct 22, 2022
c++
language-lawyer
delete-operator
placement-new
Assignment operator sequencing in C11 expressions
Sep 23, 2022
c
expression
language-lawyer
undefined-behavior
c11
Why doesn't the compiler infer the type of member when using decltype? [duplicate]
Apr 01, 2022
c++
c++11
language-lawyer
decltype
Why do scoped enums allow use of | operator when initializing using previously assigned values?
Sep 22, 2022
c++
enums
language-lawyer
bitwise-operators
Compile-time elimination of if/else branch in C++
Sep 16, 2022
c++
templates
language-lawyer
compiler-optimization
template-specialization
What is a "prospective destructor" in C++20?
Apr 09, 2022
c++
language-lawyer
destructor
c++20
raii
Which section in C89 standard allows the "implicit int" rule?
Jul 20, 2020
c
standards
language-lawyer
c89
implicit-int
Is it unspecified to instantiate template/lambda in unevaluated context?
Oct 18, 2021
c++
templates
lambda
language-lawyer
instantiation
Are `char16_t` and `char32_t` misnomers?
Jun 29, 2022
c++
c++11
language-lawyer
Can I instantiate an std::reference_wrapper<T> where T is an incomplete type?
Jul 22, 2021
c++
c++11
language-lawyer
incomplete-type
Associativity of fold-expressions
Feb 11, 2021
c++
language-lawyer
c++17
associativity
fold-expression
Why are mutexes and condition variables trivially copyable?
Aug 30, 2022
c++
language-lawyer
c++14
Is it true that a unique_ptr declaration, unlike a auto_ptr declaration, is well-defined when its template type is of an incomplete type?
Mar 09, 2022
c++
c++11
language-lawyer
unique-ptr
auto-ptr
Static member access in constant expressions
Oct 20, 2022
c++
language-lawyer
c++17
constexpr
static-members
Rationale of restrictive rules for extract and re-insert with map
Sep 11, 2021
c++
language-lawyer
c++17
undefined-behavior
When passing a class by-value, does the caller or callee call the destructor?
Aug 15, 2021
c++
language-lawyer
destructor
Does T have to be a complete type to be used in `std::declval<T>`?
Apr 01, 2022
c++
language-lawyer
incomplete-type
declval
The order of override and noexcept in the standard
Oct 29, 2022
c++
c++11
language-lawyer
« Newer Entries
Older Entries »