mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-08-01 05:24:50 +02:00
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:
@@ -25,7 +25,7 @@
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <variant> // std::monostate
|
||||
|
||||
namespace boost::mqtt5::detail {
|
||||
|
||||
|
@@ -26,7 +26,7 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
#include <variant> // std::monostate
|
||||
|
||||
namespace boost::mqtt5::detail {
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user