apply loc_bad_alloc to owned_ptr

Distinguish location of owned_ptr failure
This commit is contained in:
Michael Davidsaver
2023-03-28 11:13:52 -07:00
parent d692d7da2c
commit 303bc61079
11 changed files with 36 additions and 22 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ void benchArraySerDes(bool be, const shared_array<const E>& arr)
shared_array<const void> scratch;
evbuf ebuf(evbuffer_new());
evbuf ebuf(__FILE__, __LINE__, evbuffer_new());
Sampler Tser, Tdes;