We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a4eb9 commit 1e8009dCopy full SHA for 1e8009d
src/aws-cpp-sdk-core/include/aws/core/AmazonWebServiceRequest.h
@@ -36,7 +36,7 @@ namespace Aws
36
typedef std::function<void(const Aws::Http::HttpRequest&)> RequestSignedHandler;
37
38
struct RetryContext {
39
- std::shared_ptr<std::pair<Aws::String, std::shared_ptr<Aws::Utils::Crypto::Hash>>> m_requestHash = nullptr;
+ std::shared_ptr<std::pair<Aws::String, std::shared_ptr<Aws::Utils::Crypto::Hash>>> m_requestHash;
40
};
41
42
/**
0 commit comments