mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-11-11 21:29:51 +01:00
Simplify usage of subscribe options enums
Summary: related to T13606 Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Differential Revision: https://repo.mireo.local/D27679
This commit is contained in:
@@ -62,7 +62,7 @@ BOOST_AUTO_TEST_CASE(reason_code_to_string) {
|
||||
wildcard_subscriptions_not_supported
|
||||
};
|
||||
|
||||
BOOST_CHECK_EQUAL(rcs.size(), 46);
|
||||
BOOST_CHECK_EQUAL(rcs.size(), 46u);
|
||||
|
||||
constexpr auto default_output = "Invalid reason code";
|
||||
for (const auto& rc: rcs)
|
||||
|
||||
Reference in New Issue
Block a user