Compile-time dependency reduction. Update to Boost.Container changes.

This commit is contained in:
Ion Gaztañaga
2015-01-02 19:40:37 +01:00
parent 2706da2f3b
commit 37d00bc798
55 changed files with 1836 additions and 1904 deletions

View File

@@ -16,12 +16,16 @@
#include <boost/interprocess/containers/set.hpp>
#include <boost/interprocess/allocators/node_allocator.hpp>
#include <boost/interprocess/detail/os_thread_functions.hpp>
#include <vector>
#include <iostream>
#include <cstddef>
#include <limits>
#include <memory>
#include <string>
#include <utility>
#include <functional>
#include <iostream>
#include <vector>
#include <stdexcept>
#include <limits>
#include "get_process_id_name.hpp"
////////////////////////////////////////////////////////////////////////////////