mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-02 14:03:41 +01:00
* fix(platform): Fixes to compile with emscripten 3.1.5 on Ubuntu 22.04 #2707 * enh(Platform): add test check with emscripten on Linux
This commit is contained in:
@@ -34,7 +34,7 @@ class MongoDB_API MessageHeader
|
||||
/// MongoDB request or response message.
|
||||
{
|
||||
public:
|
||||
static const unsigned int MSG_HEADER_SIZE = 16;
|
||||
static constexpr Int32 MSG_HEADER_SIZE = 16;
|
||||
|
||||
enum OpCode
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user