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 f3009b8 commit 5327fedCopy full SHA for 5327fed
src/oatpp-postgresql/mapping/Serializer.hpp
@@ -201,7 +201,7 @@ class Serializer {
201
202
outData.oid = _this->getArrayTypeOid(itemType);
203
outData.dataSize = stream.getCurrentPosition();
204
- outData.dataBuffer.template reset(new char[outData.dataSize]);
+ outData.dataBuffer.reset(new char[outData.dataSize]);
205
outData.data = outData.dataBuffer.get();
206
outData.dataFormat = 1;
207
0 commit comments