$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r86317 - trunk/boost/interprocess/ipc
From: igaztanaga_at_[hidden]
Date: 2013-10-15 04:54:28
Author: igaztanaga
Date: 2013-10-15 04:54:28 EDT (Tue, 15 Oct 2013)
New Revision: 86317
URL: http://svn.boost.org/trac/boost/changeset/86317
Log:
Removed incorrect assert(0) introduced when resolving #9221
Text files modified: 
   trunk/boost/interprocess/ipc/message_queue.hpp |     1 -                                       
   1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/boost/interprocess/ipc/message_queue.hpp
==============================================================================
--- trunk/boost/interprocess/ipc/message_queue.hpp	Tue Oct 15 04:02:09 2013	(r86316)
+++ trunk/boost/interprocess/ipc/message_queue.hpp	2013-10-15 04:54:28 EDT (Tue, 15 Oct 2013)	(r86317)
@@ -509,7 +509,6 @@
             //Check where the free message should be placed
             it = this->lower_bound(dummy_ptr, static_cast<priority_functor<VoidPointer>&>(*this));
          }
-         assert(0);  
       }
       //Insert the free message in the correct position
       return this->insert_at(it);