Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75131 - sandbox/mmap/boost/mmap/mapping/win32
From: dsaritz_at_[hidden]
Date: 2011-10-27 10:50:44


Author: psiha
Date: 2011-10-27 10:50:42 EDT (Thu, 27 Oct 2011)
New Revision: 75131
URL: http://svn.boost.org/trac/boost/changeset/75131

Log:
Fixed a wrong include directive (caused macro redefinition warnings).
Text files modified:
   sandbox/mmap/boost/mmap/mapping/win32/mapping.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/mmap/boost/mmap/mapping/win32/mapping.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/mapping/win32/mapping.hpp (original)
+++ sandbox/mmap/boost/mmap/mapping/win32/mapping.hpp 2011-10-27 10:50:42 EDT (Thu, 27 Oct 2011)
@@ -20,7 +20,7 @@
 #include "../../handles/win32/handle.hpp"
 #include "../../mappble_objects/file/win32/mapping_flags.hpp"
 
-#include "boost/config/suffix.hpp"
+#include "boost/config.hpp"
 //------------------------------------------------------------------------------
 namespace boost
 {


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk