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
Is it safe to cast a heap allocated pointer to a pointer to a VLA?
Sep 24, 2022
c
arrays
pointers
language-lawyer
c99
Does the C++ standard allow this floating-point behaviour?
Sep 17, 2022
c++
floating-point
language-lawyer
c++14
Is it okay for int** and const int** to alias?
Oct 27, 2022
c
constants
language-lawyer
undefined-behavior
strict-aliasing
Is it guaranteed that template template parameter invoke user provided deduction guides
Oct 05, 2022
c++
templates
language-lawyer
c++17
template-argument-deduction
The declaration `using namespace C;` is essential to prove the results shown in the Example in [namespace.udir]/3
Apr 01, 2022
c++
language-lawyer
Does volatile prevent introduced reads or writes?
Aug 31, 2022
c#
language-lawyer
compiler-optimization
volatile
lock-free
x86 BSWAP instruction REX doesn't follow Intel specs?
May 13, 2021
assembly
x86
language-lawyer
disassembly
constexpr function with unused reference argument – gcc vs clang
Apr 25, 2022
c++
templates
language-lawyer
c++17
constexpr
How, exactly, do bitwise operators work in Java?
Nov 11, 2022
java
bit-manipulation
language-lawyer
bitwise-operators
A safe, standard-compliant way to make a class template specialization fail to compile using `static_assert` only if it is instantiated?
Dec 30, 2020
c++
templates
language-lawyer
static-assert
What causes this weird behavior with throwing destructors during unwinding of a try-block?
Aug 22, 2022
c++
exception
try-catch
language-lawyer
destructor
Forward-declaring template variable in C++
Aug 28, 2022
c++
language-lawyer
Why is default noexcept move constructor being accepted?
Sep 14, 2022
c++
c++17
language-lawyer
default-constructor
noexcept
Strict aliasing within an expression
Sep 19, 2022
c
language-lawyer
strict-aliasing
Why can a `constexpr` function produce different results at compile- and run-time?
Oct 26, 2022
c++
language-lawyer
c++20
constexpr
c++-concepts
Must aggregate field constructor be public to use aggregate initialization in C++?
Sep 15, 2022
c++
language-lawyer
c++20
aggregate-initialization
Is it possible to declare the conversion function returning array reference without the typedef?
Aug 22, 2022
c++
type-conversion
typedef
language-lawyer
conversion-operator
Why is this configurable property not deletable?
Apr 10, 2017
javascript
properties
language-lawyer
ecma262
What does section 5.1.2.3, paragraph 4 (in n1570.pdf) mean for null operations?
Apr 29, 2022
c
language-lawyer
c99
volatile
c11
Why are typedef templates illegal?
Sep 26, 2018
c++
templates
language-lawyer
« Newer Entries
Older Entries »