Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74114 - sandbox/mmap/boost/mmap/handles/win32
From: dsaritz_at_[hidden]
Date: 2011-08-28 19:59:50


Author: psiha
Date: 2011-08-28 19:59:49 EDT (Sun, 28 Aug 2011)
New Revision: 74114
URL: http://svn.boost.org/trac/boost/changeset/74114

Log:
Minor cleanup.
Text files modified:
   sandbox/mmap/boost/mmap/handles/win32/handle.hpp | 3 +--
   1 files changed, 1 insertions(+), 2 deletions(-)

Modified: sandbox/mmap/boost/mmap/handles/win32/handle.hpp
==============================================================================
--- sandbox/mmap/boost/mmap/handles/win32/handle.hpp (original)
+++ sandbox/mmap/boost/mmap/handles/win32/handle.hpp 2011-08-28 19:59:49 EDT (Sun, 28 Aug 2011)
@@ -41,7 +41,6 @@
 public:
     typedef void * native_handle_t;
     typedef handle_ref< handle<win32> > reference;
- typedef void * native_handle_t;
 
     explicit handle<win32>( native_handle_t );
     ~handle<win32>();
@@ -67,6 +66,6 @@
 
 #ifdef BOOST_MMAP_HEADER_ONLY
     #include "handle.inl"
-#endif
+#endif // BOOST_MMAP_HEADER_ONLY
 
 #endif // handle_hpp


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