Files
scylladb/core/shared_ptr.hh
Tomasz Grabiec 0bfcf27b15 core: lw_shared_ptr: Don't mark make() as noexcept
The constructor or operator new may throw, and we don't want to
std::terminate() on that occasion.
2015-07-17 16:31:42 +03:00

18 KiB