From b91dd9efbcf6f3f80586e6aa3e30bebf5a2888ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 15 Oct 2013 08:54:28 +0000 Subject: [PATCH] Removed incorrect assert(0) introduced when resolving #9221 [SVN r86317] --- include/boost/interprocess/ipc/message_queue.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/interprocess/ipc/message_queue.hpp b/include/boost/interprocess/ipc/message_queue.hpp index 279c2ad..2a26a45 100644 --- a/include/boost/interprocess/ipc/message_queue.hpp +++ b/include/boost/interprocess/ipc/message_queue.hpp @@ -509,7 +509,6 @@ class mq_hdr_t //Check where the free message should be placed it = this->lower_bound(dummy_ptr, static_cast&>(*this)); } - assert(0); } //Insert the free message in the correct position return this->insert_at(it);