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 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
Can #endif in an included file be used to close a #if in the including file?
Sep 03, 2022
c
language-lawyer
What is a full expression in C?
Apr 15, 2022
c
operators
expression
language-lawyer
Must &= always be interpreted as an operator?
Oct 28, 2022
c++
reference
language-lawyer
lexical-analysis
Linux Kernel's __is_constexpr Macro
Jan 02, 2022
c
linux-kernel
macros
language-lawyer
Pointer to char, different terminologies
May 06, 2021
c
arrays
string
language-lawyer
Can I use rvalue reference to temporary? Is it undefined behavior or not?
Feb 01, 2022
c++
c++11
language-lawyer
undefined-behavior
rvalue-reference
Is pointer tagging in C undefined according to the standard?
Oct 11, 2020
c
language-lawyer
standards-compliance
« Newer Entries
Older Entries »