Reverting 2010-02-23T00:40:53Z!esr@thyrsus.com.

It interacts badly with stack protection, and the person who suggested
the change says there are simple workarounds for his issue.
This commit is contained in:
Eric S. Raymond 2010-03-03 15:00:18 +00:00
parent 07ba362908
commit d9585df6fd

View file

@ -14,12 +14,6 @@
#ifndef SHARED_OBJECT_HPP_INCLUDED
#define SHARED_OBJECT_HPP_INCLUDED
/*
* Magic to address a Debian dependency problem:
* see <https://gna.org/bugs/?15459> for discussion.
*/
#define BOOST_MULTI_INDEX_DISABLE_SERIALIZATION
#include <climits>
#include <cassert>
#include <boost/multi_index_container.hpp>