Move any_authenticator, control_packet and pid_allocator to detail namespace

Summary: related to T13767

Reviewers: ivica

Reviewed By: ivica

Subscribers: miljen, iljazovic

Differential Revision: https://repo.mireo.local/D28084
This commit is contained in:
Korina Šimičević
2024-02-22 08:09:49 +01:00
parent 634a4bdfa9
commit 29054b4f3c
3 changed files with 6 additions and 8 deletions

View File

@@ -15,6 +15,8 @@
namespace async_mqtt5::test {
using control_code_e = async_mqtt5::detail::control_code_e;
template <typename ...Strings>
std::string concat_strings(Strings&&... strings) {
std::ostringstream stream;