From f5b0fe233ee531b6843618d67e4cf8cad71dcffe Mon Sep 17 00:00:00 2001 From: Anton Pryakhin Date: Mon, 7 Oct 2024 16:28:30 +0300 Subject: [PATCH] Fix Solaris unit tests (#440) Signed-off-by: Anton Pryakhin --- src/groups/mqb/mqbblp/mqbblp_pushstream.t.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/groups/mqb/mqbblp/mqbblp_pushstream.t.cpp b/src/groups/mqb/mqbblp/mqbblp_pushstream.t.cpp index 19f09b24f..37137646a 100644 --- a/src/groups/mqb/mqbblp/mqbblp_pushstream.t.cpp +++ b/src/groups/mqb/mqbblp/mqbblp_pushstream.t.cpp @@ -68,7 +68,8 @@ static void test2_iterations() // Imitate {m1, a1}, {m2, a2}, {m1, a2}, {m2, a1} - mqbblp::PushStream ps(bsl::nullptr_t(), s_allocator_p); + mqbblp::PushStream ps(bsl::optional(), + s_allocator_p); unsigned int subQueueId1 = 1; unsigned int subQueueId2 = 2;