Address bug #15459: Invoke BOOST_MULTI_INDEX_DISABLE_SERIALIZATION macro.
This commit is contained in:
parent
06b33bd466
commit
66d834c471
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@
|
|||
#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>
|
||||
|
|
Loading…
Add table
Reference in a new issue