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
Should deduction guide argument initialization considered by class template specialization deduction?
Jan 22, 2022
c++
language-lawyer
c++17
template-argument-deduction
Is it UB to access a member by casting an object pointer to `char *`, then doing `*(member_type*)(pointer + offset)`?
Apr 23, 2022
c++
language-lawyer
Is comparing addresses of dynamically allocated objects allowed in C++20 constant expression?
Jul 29, 2021
c++
language-lawyer
constexpr
c++20
Does virtual `operator <=>` with default implementation make one more virtual method in C++20?
Apr 09, 2022
c++
language-lawyer
c++20
comparison-operators
Can requires-expression in C++20 be of type implicitly convertible to bool?
Sep 13, 2022
c++
language-lawyer
c++20
c++-concepts
Why is there no <stlfwd> header and can the non-existence of it be considered a defect?
Jul 12, 2021
c++
std
forward-declaration
language-lawyer
defects
C++11 Accessing Unscoped Enumerators with Qualified Name
Feb 17, 2022
c++
c++11
enums
language-lawyer
Why is there no operator<< for std::unique_ptr?
Aug 31, 2022
c++
c++11
language-lawyer
unique-ptr
Practically safe to assume sizeof(std::unordered_map<std::string, T>) is the same for all T?
Aug 24, 2022
c++
c++11
stl
language-lawyer
Can std::atomic memory barriers be used to transfer non-atomic data between threads?
Dec 22, 2020
c++
c++11
language-lawyer
stdatomic
memory-model
Strings in headers -- does this violate the ODR?
Apr 13, 2018
c++
c++11
c++14
language-lawyer
one-definition-rule
Are Rust references (usually) Voldemort types?
Aug 20, 2021
reference
rust
language-lawyer
Is it safe to detect endianess with union?
Nov 18, 2022
c
language-lawyer
endianness
unions
Portable way to retrieve a int32_t passed to variadic function
Feb 27, 2022
c
type-conversion
language-lawyer
variadic-functions
integer-promotion
Is allocating a dynamic array without specifying size well formed code?
Oct 31, 2022
c++
new-operator
language-lawyer
C++11 and C++03 differs in support for small string optimization for std::string?
Jun 03, 2017
c++
string
c++11
language-lawyer
There are some details I didn't understand in §7.3.1.2/3 in the C++11 Standard
Aug 02, 2022
c++
c++11
namespaces
language-lawyer
friend
Is member declaration `decltype(name) name;` permitted in local struct where the first name refers to the enclosing scope?
Sep 05, 2022
c++
c++11
language-lawyer
Can we refer to member variables in a noexcept specification?
Nov 05, 2022
c++
language-lawyer
c++14
c++17
noexcept
cast operator function compiles fine in g++ but not in other compilers. Why? [duplicate]
Jan 19, 2022
c++
visual-c++
g++
language-lawyer
clang++
« Newer Entries
Older Entries »