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
Are browser differences in the last digit of a JavaScript Math function (atan2) within spec?
Sep 04, 2022
javascript
language-lawyer
specifications
atan2
Using std::tie as a range for loop target
Aug 30, 2022
c++
for-loop
language-lawyer
std-pair
tie
Is it definitely illegal to refer to a reserved name?
Sep 07, 2022
c++
c++11
language-lawyer
c++14
Does C# need the private keyword?
Oct 17, 2022
c#
keyword
language-lawyer
Calling non-static member function outside of object's lifetime in C++17
Sep 04, 2022
c++
language-lawyer
c++17
c++20
order-of-execution
aligned_storage and strict aliasing
Apr 19, 2018
c++
undefined-behavior
language-lawyer
strict-aliasing
type-punning
Does accessing a declared non-volatile object through a volatile reference/pointer confer volatile rules upon said accesses?
Aug 15, 2018
c++
c
pointers
language-lawyer
volatile
Why does the template-id in "A<0>=0" not compile without space because of the greater-or-equal-than operator ">="?
Dec 21, 2020
c++
templates
c++11
language-lawyer
Are infinite std::chrono::duration objects legal?
Sep 04, 2022
c++
c++11
language-lawyer
chrono
Why does "&& true" added to a constraint make a function template a better overload?
Mar 15, 2022
c++
language-lawyer
c++20
c++-concepts
Is it undefined behaviour to delete a null void* pointer?
Sep 04, 2022
c++
undefined-behavior
void-pointers
language-lawyer
null-pointer
When NULL is not all-zero-bits, is an all-zero-bit pointer value also 'false'?
Aug 27, 2022
c
pointers
null
language-lawyer
undefined-behavior
What does the void() in decltype(void()) mean exactly?
Sep 04, 2022
c++
c++11
language-lawyer
void
decltype
Does casting to a pointer to a template instantiate that template?
Sep 04, 2022
c++
templates
c++11
language-lawyer
What does a compiler check for uninstantiated template code?
Sep 26, 2022
c++
templates
gcc
clang
language-lawyer
Can I override a virtual function with a pure virtual one?
Sep 04, 2022
c++
c++11
virtual
language-lawyer
pure-virtual
What is the function of const specifier in enum types?
Oct 22, 2022
c++
c++11
enums
constants
language-lawyer
std::make_shared() change in C++17
Sep 23, 2022
c++
language-lawyer
c++17
make-shared
exception-safety
Why must all pointers to structs be of the same size?
Sep 11, 2022
c
pointers
language-lawyer
Does C++11 change the behavior of explicitly calling std::swap to ensure ADL-located swap's are found, like boost::swap?
Dec 21, 2016
c++
c++11
swap
language-lawyer
rationale
« Newer Entries
Older Entries »