List Question
20 TechQA 2023-04-05T15:02:58.460000Exception-safe logging in java
74 views
Asked by Rossomoto
Should I use `std::uncaught_exceptions()` to decide whether to throw an exception from my dtor?
262 views
Asked by einpoklum
Does std::string class handle clean up if the assignment operator fails due to length_error or bad_alloc?
70 views
Asked by FredFrugal
Throwing exception in constructor before member initializer list?
125 views
Asked by k huang
Copy-and-swap alternatives for the objects which are expensive to copy?
67 views
Asked by Alexey104
Throw when reassigning
58 views
Asked by Alexey104
Combining ResourceT with bracket in a streaming pipeline
103 views
Asked by xbalaj
safety -- late initialization error // FLUTTER
523 views
Asked by Ignacio Castellanos Moreno
Which exception safety guarantee do we have when copying a C++ container?
347 views
Asked by Bonita Montero
std::tuple is not exception safe, and neither are regular structs
144 views
Asked by super
Where is it prohibited for target object of std::function to throw on destruction?
72 views
Asked by Alex Guteniev
How do I design a function with a strong exception guarantee?
252 views
Asked by SomeProgrammer
Is std::map exception safe with custom comparator?
148 views
Asked by dasfex
Exception safety of new operator
463 views
Asked by Max Dmitrichenko
What is the correct way of handling exceptions in Kotlin?
666 views
Asked by jaroos
What can (and should) I do if Drop panics? Can I free other resources anyway?
1.1k views
Asked by passing_through
Is this item from Effective Modern C++ still up to date?
561 views
Asked by user
Exception safety in the composite pattern
352 views
Asked by Guy
How is std::atomic<T>::operator= implemented for immutable types?
172 views
Asked by Benny K
Should private function members be exception safe?
233 views
Asked by Jasper Braun