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 44d5c9b commit 7196862Copy full SHA for 7196862
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