Fix build

Summary: related to T15996

Reviewers: iljazovic

Reviewed By: iljazovic

Subscribers: miljen

Differential Revision: https://repo.mireo.local/D33388
This commit is contained in:
Korina Šimičević
2025-01-27 10:14:52 +01:00
parent b42014f379
commit 4df9dbbb07
7 changed files with 25 additions and 25 deletions

View File

@@ -25,7 +25,7 @@
#include <cstdint>
#include <memory>
#include <string>
#include <utility>
#include <variant> // std::monostate
namespace boost::mqtt5::detail {

View File

@@ -26,7 +26,7 @@
#include <memory>
#include <string>
#include <type_traits>
#include <utility>
#include <variant> // std::monostate
namespace boost::mqtt5::detail {

View File

@@ -142,7 +142,7 @@ enum class retain_handling_e : std::uint8_t {
* \brief Represents the \__SUBSCRIBE_OPTIONS\__ associated with each Subscription.
*/
struct subscribe_options {
/** \brief Maximum \__QOS\__ level at which the Server can send Application Messages to the Client.
/** \brief Maximum \__QOS\__ level at which the Server can send Application Messages to the Client. */
qos_e max_qos = qos_e::exactly_once;
/** \brief Option determining if Application Messages will be