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 undefined-behavior
C++: Return type of std::tie with std::ignore
Oct 03, 2022
c++
c++11
stl
tuples
undefined-behavior
Is modifying a mutable on a const declared object undefined behavior?
Oct 02, 2022
c++
c++11
undefined-behavior
Data race with memcpy, undefined behavior?
Sep 27, 2022
c++
multithreading
undefined-behavior
clang's -fcatch-undefined-behavior not working as advertised
Nov 20, 2019
c++
c
clang
undefined-behavior
C99: Is it possible to portably determine if two pointers point within the same aggregate?
Aug 16, 2022
c
pointers
c99
undefined-behavior
What does C++03 12.4/12 say about calling a base class destructor explicitly through the pointer?
Aug 29, 2022
c++
destructor
undefined-behavior
Can unsigned integer incrementation lead to undefined defined behavior?
Sep 05, 2022
c
language-lawyer
c99
undefined-behavior
Floating point division by zero not constexpr
Aug 17, 2021
c++11
c++14
undefined-behavior
constexpr
Templated Id Generator well defined behavior?
Mar 22, 2022
c++
undefined-behavior
template-meta-programming
c++17
Detect overflow when converting integral to floating types
Jun 08, 2022
c++
c
floating-point
language-lawyer
undefined-behavior
Returning by rvalue reference vs returning by value
Apr 14, 2022
c++
undefined-behavior
c++17
rvalue
Is it expected that a too large bitshift is undefined behavior in Rust?
Aug 15, 2022
rust
undefined-behavior
bit-shift
Can you violate ODR with structured bindings on a class type
Sep 05, 2022
c++
undefined-behavior
one-definition-rule
c++17
structured-bindings
Does this program with bounded recursion have undefined behavior?
Aug 26, 2022
c++
recursion
c++17
undefined-behavior
Is (a=1)=2 undefined behaviour in C++98?
Nov 10, 2022
c++
language-lawyer
undefined-behavior
c++98
sequence-points
Is this C++ member initialization behavior well defined?
Aug 28, 2022
c++
constructor
initialization
undefined-behavior
default-constructor
Does *&++i cause undefined behaviour in C++03?
Sep 10, 2022
c++
language-lawyer
undefined-behavior
c++03
sequence-points
Can I new[], then cast the pointer, then delete[] safely with built-in types in C++?
Nov 19, 2022
c++
visual-c++
memory-management
undefined-behavior
Undefined behaviour in repeated use of prefix ++ operator
Apr 05, 2022
c++
c++11
undefined-behavior
c++17
What are the reasons that extending the std namespace is considered undefined behavior?
Sep 07, 2022
c++
undefined-behavior
c++-standard-library
« Newer Entries
Older Entries »