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 a conversion to `void *` required before converting a pointer to `uintptr_t` and vice versa?
Nov 16, 2022
c
casting
language-lawyer
c99
void-pointers
Is it legal to call memchr with a too-long length, if you know the character will be found before reaching the end of the valid region?
Dec 16, 2021
c
c++11
language-lawyer
c11
GCC and ADL for operators in expressions
Jan 06, 2022
c++
gcc
operator-overloading
language-lawyer
argument-dependent-lookup
Is the address of a std::array guaranteed the same as its data?
Sep 19, 2022
c++
language-lawyer
stdarray
Complex dynamic_cast in c++
Mar 10, 2022
c++
polymorphism
language-lawyer
dynamic-cast
cross-cast
Does shared_ptr still own its object when calling the deleter?
May 01, 2021
c++
language-lawyer
destructor
shared-ptr
weak-ptr
Pre C++20 bit field zero-initialization
Aug 22, 2022
c++
c++11
initialization
language-lawyer
bit-fields
Why isn't it undefined behaviour to destroy an object that was overwritten by placement new?
Aug 16, 2022
c++
language-lawyer
undefined-behavior
object-lifetime
placement-new
C++ template template argument types deduction
Oct 24, 2022
c++
c++11
templates
language-lawyer
template-templates
Access an array from the end in C?
Sep 24, 2022
c
arrays
pointers
language-lawyer
Does `decltype` give me an object's static type, or its runtime type?
Apr 26, 2022
c++
c++11
language-lawyer
decltype
sigsuspend vs additional signals delivered during handler execution
Apr 02, 2022
c
signals
posix
language-lawyer
Is it legal to use placement new on initialised memory?
Apr 26, 2022
c++
memory
language-lawyer
placement-new
Fold expressions in MSVC
Aug 30, 2022
c++
language-lawyer
variadic-templates
c++17
fold-expression
Why deleting void* is UB rather than compilation error?
Oct 02, 2022
c++
language-lawyer
undefined-behavior
delete-operator
void-pointers
treating memory returned by operator new(sizeof(T) * N) as an array
Apr 19, 2022
c++
arrays
language-lawyer
placement-new
alignas
Is (int32_t) 255 << 24 undefined behavior in gcc (C++11)?
Oct 22, 2022
c++
c++11
language-lawyer
undefined-behavior
bit-shift
Inconsistent truncation of unsigned bitfield integer expressions between C++ and C in different compilers
Aug 14, 2021
c++
c
language-lawyer
bit-fields
truncation
Dependent name lookup in function template: clang rejects, gcc accepts
Oct 09, 2020
c++
templates
language-lawyer
technical legality of incompatible pointer assignments
Sep 01, 2022
c
gcc
clang
language-lawyer
c11
« Newer Entries
Older Entries »