Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in exception-safety

Exception specification, is it useful or not?

RAII in Objective-C pattern?

Exceptionsafety of make_unique: Why is f(new T) exception safe

C++ exceptions vs. C# exceptions

Locking a mutex in a destructor in C++11

C++: why this simple Scope Guard works?

Memory leak during unordered_map::insert KeyEqual exception with GCC - breaking the strong exception safety guarantee?

Exception safety regarding swap() operation - what's so wrong with that?

Sink arguments and move semantics for functions that can fail (strong exception safety)

Exception-safety of C++ implicitly generated assignment operator

Exception safety and make_unique

Is there a C++ standard class to set a variable to a value at scope exit

Is it safe to use emplace_back with a container of unique_ptrs?

Where can I find all the exception guarantees for the Standard Containers and Algorithms?

Safety of std::unordered_map::merge()

std::make_shared() change in C++17

What is wrong with "checking for self-assignment" and what does it mean?

The simplest and neatest c++11 ScopeGuard