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
Does the C++ standard require a binary machine?
Mar 01, 2022
c++
language-lawyer
Is converting between pointer-to-T, array-of-T and pointer-to-array-of-T ever undefined behaviour?
Aug 22, 2022
c++
c
language-lawyer
c++ standard section id where its mentioned that Destructors are implicitly no throw
May 29, 2022
c++
exception
c++11
destructor
language-lawyer
I think I can understand §5.3.4/11 in N4140, but the notion of an allocation function which has been extended is incomprehensible to me
Apr 18, 2016
c++
language-lawyer
new-operator
c++14
Is this use of reinterpret_cast on differently-qualified struct members safe?
Oct 24, 2022
c++
c++11
language-lawyer
reinterpret-cast
strict-aliasing
Are enums as bitfields implementation-defined types?
Sep 05, 2022
c
language-lawyer
c99
Difference between default (user-defined) constructor and constructor with default arguments?
Sep 01, 2022
c++
constructor
language-lawyer
default-constructor
Why do std::stof, std::stod, and std::stold handle errors with exceptions?
Apr 08, 2017
c++
c++11
language-lawyer
c++-standard-library
What are these evaluations in the calling function that are not specifically sequenced before the body of the called function?
Feb 27, 2022
c++
language-lawyer
c++14
constexpr template argument weirdness
Jun 18, 2022
c++
templates
language-lawyer
constexpr
Can I use memcpy to write to multiple adjacent Standard Layout sub-objects?
Apr 21, 2022
c++
language-lawyer
memcpy
What was the purpose of the emboldened text below in [class.copy]/12 in C++14?
Apr 12, 2022
c++
c++14
language-lawyer
Cast unsigned to signed and back
Dec 23, 2021
c++
language-lawyer
Why is declaration-seq in the C++ standard written this way?
Jul 25, 2021
c++
parsing
c++11
c++14
language-lawyer
Is an int variable an object, according to the C++ Standard?
Jun 19, 2022
c++
language-lawyer
Unqualified name lookup: Why local declaration hides declaration from using directive
Nov 20, 2022
c++
c++14
language-lawyer
name-lookup
When is the compiler allowed to optimize out the copy-constructor [duplicate]
Jun 27, 2022
c++
language-lawyer
copy-constructor
copy-elision
Using declaration as overrider
Mar 09, 2020
c++
overriding
language-lawyer
multiple-inheritance
using-declaration
Lifetime of a std::initializer list global/static object
Nov 16, 2020
c++
language-lawyer
lifetime
Does C++ guarantees it is safe to access adjacent elements of an array from two threads
Mar 25, 2022
c++
multithreading
c++11
thread-safety
language-lawyer
« Newer Entries
Older Entries »