message: add default ctor

Useful for stuffing messages in async-queues
This commit is contained in:
Dirk-Jan C. Binnema
2024-05-26 13:58:31 +03:00
parent 1e9f772e0a
commit e3ab780413
2 changed files with 10 additions and 0 deletions

View File

@ -55,6 +55,12 @@ public:
* CJK and other languages. */
};
/**
* Default CTOR; not useful by itself, but can be moved into.
*/
Message() noexcept;
/**
* Move CTOR
*