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 cd4708e + cd6e485 commit 2dad595Copy full SHA for 2dad595
CodeFormatServer/src/Protocol/ProtocolBuffer.cpp
@@ -1,5 +1,6 @@
1
#include "CodeFormatServer/Protocol/ProtocolBuffer.h"
2
#include <cstring>
3
+#include <algorithm>
4
5
ProtocolBuffer::ProtocolBuffer(std::size_t capacity)
6
: _writeIndex(0),
0 commit comments