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
As far as I can tell, this code should not compile, according to §5.19/3 and §5.19/2 in C++14
May 27, 2021
c++
language-lawyer
c++14
constexpr
Should decltype on a template value parameter trigger a SFINAE context?
Jan 04, 2022
c++
language-lawyer
c++14
template-meta-programming
sfinae
Modifying a container within std::for_each
Mar 07, 2022
c++
language-lawyer
Typo: bool to int conversion induced error in std::ifstream under Linux
Dec 24, 2020
c++
language-lawyer
ifstream
std::atomic in a union with another character
Nov 07, 2022
c++
multithreading
language-lawyer
strict-aliasing
stdatomic
Why unique_ptr with custom deleter won't work for nullptr, while shared_ptr does?
May 29, 2022
c++
c++11
visual-c++
language-lawyer
Does giving data an effective type count as a side-effect?
Nov 16, 2019
c
language-lawyer
lvalue
strict-aliasing
Why are literals not const (except strings)?
Nov 13, 2022
c++
language-lawyer
Is decltype of a non-static member function ill-formed?
Aug 27, 2022
c++
c++14
language-lawyer
c++17
decltype
Constexpr constructor fails to satisfy the requirements, but still constexpr. Why?
Aug 25, 2022
c++
language-lawyer
c++17
Do data member addresses lie between (this) and (this+1)?
May 09, 2022
c++
language-lawyer
Moving local variable into return value of different type
Dec 14, 2020
c++
language-lawyer
move
Why does default constructor of std::atomic not default initialize the underlying stored value?
Nov 18, 2022
c++
initialization
language-lawyer
stdatomic
limits and uses of C++20 template lambas
May 17, 2022
c++
lambda
language-lawyer
c++20
generic-lambda
Does size_t have the same size and alignment as ptrdiff_t?
Sep 10, 2022
c++
language-lawyer
size-t
ptrdiff-t
Can I clone the bytes of a C++ object, overwrite the original bytes, then copy those bytes back?
Jan 03, 2021
c++
language-lawyer
How does a converting constructor with more than a single non-optional parameter look like and why does it make sense?
Oct 29, 2022
c++
constructor
c++11
type-conversion
language-lawyer
The Standard seems to support (the snippet below compiles) a static data member having the same type as the class itself [duplicate]
May 25, 2022
c++
c++11
static-members
language-lawyer
Meaning of valid pointer
Nov 12, 2022
c++
language-lawyer
Why implicit conversion of bool to string isn't an error?
Sep 17, 2022
c++
string
boolean
language-lawyer
implicit-conversion
« Newer Entries
Older Entries »