List Question
20 TechQA 2023-08-30T19:34:10.313000C++: Which floating-point operations, if any, are guaranteed by the standard to be non-throwing?
215 views
Asked by Kristian Spangsege
Is constructor called if nothrow new return nullptr?
353 views
Asked by dasfex
Nothrow not working, even with correct header? (GCC C++)
165 views
Asked by Mr SnowGlobe
Undefined reference to std::nothrow in libsupc++.a of newlib
978 views
Asked by baboo311
new(std::nothrow) int[n] throws an exception
572 views
Asked by Lassie
Do std::make_shared and std::make_unique have a "nothrow" version?
3.7k views
Asked by jack sparow
Why is std::pair not nothrow constructible?
839 views
Asked by Nick
Linux g++ new (std::nothrow) does work
576 views
Asked by Hui
Use of undeclared identifier 'nothrow'; did you mean 'throw'? memory
2k views
Asked by user2262462
operator++() nothrow does not compile
312 views
Asked by Damian
C++ Memory allocation with operator new: What are the methods of detecting and processing allocation errors?
166 views
Asked by FreelanceConsultant
what to do upon failure of memory allocation new (nothrow) in c++ on linux
1.3k views
Asked by pepero
How to specify nothrow exception specifier for destructor?
286 views
Asked by vsoftco
How to fail a constructor with new(std::nothrow)?
3.6k views
Asked by Goswin von Brederlow
Placement new and exceptions
2.9k views
Asked by AudioBubble
How to combine std::make_shared and new(std::nothrow)
4.1k views
Asked by Adrian McCarthy
(std::no throw) crashes when allocation fails
652 views
Asked by 302Found
Preferred Way of Building Strings in D
220 views
Asked by Nordlöw