Files
interprocess/test/adaptive_node_pool_test.cpp
2007-05-04 21:17:55 +00:00

23 lines
726 B
C++

//////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztañaga 2007. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.org/libs/interprocess for documentation.
//
//////////////////////////////////////////////////////////////////////////////
#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/managed_shared_memory.hpp>
#include <boost/interprocess/allocators/detail/adaptive_node_pool.hpp>
using namespace boost::interprocess;
int main ()
{
return 0;
}
#include <boost/interprocess/detail/config_end.hpp>