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 exception-safety
Exception specification, is it useful or not?
Feb 22, 2023
java
c++
exception
exception-safety
exception-specification
RAII in Objective-C pattern?
Jan 20, 2023
objective-c
raii
exception-safety
Exceptionsafety of make_unique: Why is f(new T) exception safe
Dec 12, 2022
c++
exception
c++14
exception-safety
C++ exceptions vs. C# exceptions
Jun 29, 2022
c#
c++
exception
error-handling
exception-safety
Locking a mutex in a destructor in C++11
Sep 24, 2022
c++
thread-safety
destructor
raii
exception-safety
C++: why this simple Scope Guard works?
Apr 22, 2022
c++
exception-safety
scopeguard
Memory leak during unordered_map::insert KeyEqual exception with GCC - breaking the strong exception safety guarantee?
Feb 14, 2021
c++
gcc
stl
unordered-map
exception-safety
Exception safety regarding swap() operation - what's so wrong with that?
Oct 28, 2022
c++
exception
exception-handling
exception-safety
Sink arguments and move semantics for functions that can fail (strong exception safety)
May 26, 2022
c++
c++11
move-semantics
idioms
exception-safety
Exception-safety of C++ implicitly generated assignment operator
Dec 11, 2019
c++
exception
assignment-operator
exception-safety
Exception safety and make_unique
Nov 19, 2022
c++
c++11
unique-ptr
exception-safety
Is there a C++ standard class to set a variable to a value at scope exit
Oct 01, 2022
c++
return
raii
exception-safety
Is it safe to use emplace_back with a container of unique_ptrs?
Sep 10, 2022
c++
emplace
exception-safety
Where can I find all the exception guarantees for the Standard Containers and Algorithms?
Nov 07, 2022
c++
exception
standard-library
c++-faq
exception-safety
Safety of std::unordered_map::merge()
Sep 05, 2022
c++
c++17
exception-safety
gcc7
std::make_shared() change in C++17
Sep 23, 2022
c++
language-lawyer
c++17
make-shared
exception-safety
What is wrong with "checking for self-assignment" and what does it mean?
Aug 31, 2022
c++
exception-handling
assignment-operator
exception-safety
The simplest and neatest c++11 ScopeGuard
Nov 10, 2022
c++
lambda
c++11
exception-safety
scopeguard