This commit is contained in:
Raoul Wols 2021-07-13 11:24:08 +02:00
parent 3bc7b62567
commit d5819ef2dc
No known key found for this signature in database
GPG Key ID: 9FFE06A0F6AAA2DF
1 changed files with 3 additions and 0 deletions

View File

@ -120,4 +120,7 @@ public:
std::size_t size() const noexcept { return _strerror ? std::strlen(_strerror) : _bufmem->length; }
};
/**
* End of namespace AMQP
*/
}