mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
1)Fixed gcc release mode warnings.
2)Replaced throw with BOOST_RETHROW when BOOST_TRY is used. 3)Fixed issues with singly linked lists [SVN r42974]
This commit is contained in:
@@ -9,15 +9,15 @@
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/interprocess/detail/config_begin.hpp>
|
||||
#include <ios> // for std::streamoff
|
||||
#include <fstream>
|
||||
#include <ios> //std::streamoff
|
||||
#include <fstream> //std::ofstream, std::ifstream
|
||||
#include <iostream>
|
||||
#include <boost/interprocess/file_mapping.hpp>
|
||||
#include <boost/interprocess/mapped_region.hpp>
|
||||
#include <memory>
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
#include <memory> //std::auto_ptr
|
||||
#include <stdexcept> //std::exception
|
||||
#include <cstdio> //std::remove
|
||||
#include <cstddef> //std::size_t
|
||||
#include "get_process_id_name.hpp"
|
||||
|
||||
using namespace boost::interprocess;
|
||||
|
||||
Reference in New Issue
Block a user