From e54f2e4b76cd075cd33411d45895c8dcec2cb968 Mon Sep 17 00:00:00 2001 From: Takatoshi Kondo Date: Tue, 7 May 2019 15:38:46 +0900 Subject: [PATCH] Replaced BOOST_ASSERT with overwrite. It is corner case but BOOST_ASSERT is too strong. Overwrite is better solution. --- include/mqtt/endpoint.hpp | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/include/mqtt/endpoint.hpp b/include/mqtt/endpoint.hpp index 6591d60c7..f00ec088d 100644 --- a/include/mqtt/endpoint.hpp +++ b/include/mqtt/endpoint.hpp @@ -10172,7 +10172,24 @@ class endpoint : public std::enable_shared_from_this