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
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++
C++ nested struct inheritance rules (access to protected member) [duplicate]
Nov 07, 2021
c++
inheritance
language-lawyer
protected
Is a const reference bound to another reference which is cast from temporary a dangling reference?
Jun 22, 2021
c++
language-lawyer
object-lifetime
reference-binding
Construction and initialization of trivial types in C++
Feb 25, 2022
c++
initialization
language-lawyer
incomplete class usage with auto in template class
Dec 13, 2020
c++
templates
language-lawyer
auto
incomplete-type
Is there a specific reason why a trailing-return-type is not a complete-class context of a class?
Dec 12, 2021
c++
language-lawyer
Strange behavior in GCC: rvalue ref and lvalue ref are covariant return types
Sep 05, 2022
c++
gcc
g++
language-lawyer
Legally invoking a pure virtual function
Mar 20, 2022
c++
c++11
language-lawyer
undefined-behavior
pure-virtual
Auto deduced return types in forward declaration and mixing with old function syntax
Oct 16, 2022
c++
c++11
language-lawyer
c++14
Template static definition and explicit specialization instantiation errors in MSVC
Oct 22, 2017
c++
templates
language-lawyer
explicit-specialization
explicit-instantiation
« Newer Entries
Older Entries »