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
Making a private inherited inner template public via a using directive
May 14, 2021
c++
templates
c++11
language-lawyer
how is this lambda with an empty capture list able to refer to reaching-scope name?
May 29, 2022
c++
lambda
c++14
language-lawyer
Is this defined?
Oct 24, 2022
c++
constants
language-lawyer
Does calling printf without a proper prototype invoke undefined behavior?
Oct 30, 2017
c
printf
language-lawyer
undefined-behavior
function-prototypes
Redeclare variable inside enum
Oct 26, 2022
c++
c
enums
language-lawyer
declaration
Error [E0433] when `dyn` used with absolute path
Mar 29, 2022
rust
language-lawyer
dynamic-dispatch
Why is _Alignof missing from the rule about converting an array to a pointer?
Dec 25, 2021
c
language-lawyer
Converting member function pointers in templates
Mar 03, 2022
c++
templates
language-lawyer
member-function-pointers
Using `extern template` to prevent implicit instantiation of a template class
Nov 10, 2022
c++
c++11
templates
language-lawyer
extern
C++ STL Container requirements - Post condition confusion
Apr 06, 2022
c++
containers
language-lawyer
Can I pass a pointer to before the beginning of an array if I know only existing elements will be used?
Jun 28, 2022
c++
arrays
pointers
language-lawyer
pointer-arithmetic
Why does Foo(b) compile successfully in C++? [duplicate]
Sep 16, 2022
c++
language-lawyer
declaration
Is taking the address of an undefined function allowed?
Aug 30, 2022
c++
language-lawyer
function-pointers
one-definition-rule
Why is operator!= synthesized from operator==, but not the other way around?
May 10, 2022
c++
language-lawyer
c++20
comparison-operators
Is a float member guaranteed to be zero initialized with {} syntax?
Aug 21, 2022
c++
c++17
language-lawyer
why can't a volatile object call nonvolatile member function
Jan 27, 2020
c++
volatile
language-lawyer
member-functions
Treating a single object like an array with one element, taking one-past-end pointer
Aug 31, 2022
c++
c++11
language-lawyer
Is SSE2 signed integer overflow undefined?
Dec 22, 2019
c
language-lawyer
undefined-behavior
sse2
AFAIK, the code below shouldn't compile, but it does in clang and GCC. What am I missing here?
Nov 03, 2020
c++
c++11
language-lawyer
Swap integers via XOR in single line. Is it really allowed in c++11?
Sep 06, 2022
c++
c++11
language-lawyer
undefined-behavior
« Newer Entries
Older Entries »