From 18df00a59fe8d1dd5a8a21fb67ac2456547df32b Mon Sep 17 00:00:00 2001 From: sbera87 Date: Fri, 17 Jan 2025 18:10:51 -0500 Subject: [PATCH] fix for older gcc error (#3256) --- tests/aws-cpp-sdk-core-tests/smithy/client/SmithyClientTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/aws-cpp-sdk-core-tests/smithy/client/SmithyClientTest.cpp b/tests/aws-cpp-sdk-core-tests/smithy/client/SmithyClientTest.cpp index a3d1c258aa1..1dd07a0462f 100644 --- a/tests/aws-cpp-sdk-core-tests/smithy/client/SmithyClientTest.cpp +++ b/tests/aws-cpp-sdk-core-tests/smithy/client/SmithyClientTest.cpp @@ -414,7 +414,7 @@ class SampleClient: public smithy::client::AwsSmithyClientT(SampleServiceName), Aws::MakeShared(SampleServiceName), Aws::MakeShared>(SampleServiceName), - {}) + Aws::UnorderedMap>()) {} };