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.
2 parents 942e23c + 7196862 commit 101e89bCopy full SHA for 101e89b
src/aws-cpp-sdk-core/include/aws/core/utils/stream/StreamBufProtectedWriter.h
@@ -23,7 +23,7 @@ namespace Aws
23
/**
24
* This is a wrapper to perform a hack to write directly to the put area of the underlying streambuf
25
*/
26
- class AWS_CORE_API StreamBufProtectedWriter : public std::streambuf
+ class StreamBufProtectedWriter : public std::streambuf
27
{
28
public:
29
StreamBufProtectedWriter() = delete;
0 commit comments