List Question
10 TechQA 2013-09-06 14:57:56Exception safety C++ shared pointer
1k views
Asked by Michbeckable
Is this item from Effective Modern C++ still up to date?
489 views
Asked by user
What can (and should) I do if Drop panics? Can I free other resources anyway?
1k views
Asked by passing_through
state of std::vector after std::bad_alloc
466 views
Asked by lurscher
Should I write the end of the file in the destructor?
2.6k views
Asked by Ralph Tandetzky
Ensure that an object is not null
5.5k views
Asked by Amc_rtty
Exception safety of new operator
390 views
Asked by Max Dmitrichenko
Create a XML-File in an exception safe and memory friendly way?
216 views
Asked by Alex
Where can I find all the exception guarantees for the Standard Containers and Algorithms?
4.8k views
Asked by user541686
Is uninitialized_copy() exception-safe?
258 views
Asked by user541686