22 lines
971 B
Diff
22 lines
971 B
Diff
|
diff -up /home/petr/fedora/boost/devel/boost-1.41.0.cmake0/boost/iostreams/device/mapped_file.hpp\~ /home/petr/fedora/boost/devel/boost-1.41.0.cmake0/boost/iostreams/device/mapped_file.hpp
|
||
|
--- boost/iostreams/device/mapped_file.hpp~ 2009-12-17 20:51:56.000000000 +0100
|
||
|
+++ boost/iostreams/device/mapped_file.hpp 2010-01-25 10:33:43.000000000 +0100
|
||
|
@@ -4,6 +4,9 @@
|
||
|
// 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.)
|
||
|
|
||
|
+#ifndef BOOST_IOSTREAMS_MAPPED_FILE_HPP_INCLUDED
|
||
|
+#define BOOST_IOSTREAMS_MAPPED_FILE_HPP_INCLUDED
|
||
|
+
|
||
|
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||
|
# pragma once
|
||
|
#endif
|
||
|
@@ -591,3 +594,5 @@ operator^=(mapped_file::mapmode& a, mapp
|
||
|
} } // End namespaces iostreams, boost.
|
||
|
|
||
|
#include <boost/config/abi_suffix.hpp> // pops abi_suffix.hpp pragmas
|
||
|
+
|
||
|
+#endif // #ifndef BOOST_IOSTREAMS_MAPPED_FILE_HPP_INCLUDED
|
||
|
|
||
|
Diff finished. Mon Jan 25 10:33:55 2010
|