Skip to content

Commit

Permalink
fix for older gcc error (#3256)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbera87 authored Jan 17, 2025
1 parent c06ce0a commit 18df00a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ class SampleClient: public smithy::client::AwsSmithyClientT<SampleServiceName,
Aws::MakeShared<Aws::Client::JsonErrorMarshaller>(SampleServiceName),
Aws::MakeShared<SampleEndpointProvider>(SampleServiceName),
Aws::MakeShared<smithy::SigV4AuthSchemeResolver<>>(SampleServiceName),
{})
Aws::UnorderedMap<Aws::String, Aws::Crt::Variant<smithy::SigV4aAuthScheme>>())
{}
};

Expand Down

0 comments on commit 18df00a

Please sign in to comment.