Add support for g++-13,14

Summary:
related to T13767, #9

fix compilation error on g++-14
add g++-13 & g++-14 workflow to CI (requires ubuntu 24.04)

Reviewers: ivica

Reviewed By: ivica

Subscribers: miljen, iljazovic

Differential Revision: https://repo.mireo.local/D29794
This commit is contained in:
Korina Šimičević
2024-06-03 09:00:30 +02:00
parent 927c1c6e3a
commit d52090f438
7 changed files with 31 additions and 8 deletions

View File

@@ -8,8 +8,9 @@
#ifndef ASYNC_MQTT5_TEST_PACKET_UTIL_HPP
#define ASYNC_MQTT5_TEST_PACKET_UTIL_HPP
#include <string>
#include <bitset>
#include <sstream>
#include <string>
#include <boost/algorithm/string/join.hpp>