Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76118 - trunk/boost/interprocess
From: igaztanaga_at_[hidden]
Date: 2011-12-23 08:48:01


Author: igaztanaga
Date: 2011-12-23 08:48:00 EST (Fri, 23 Dec 2011)
New Revision: 76118
URL: http://svn.boost.org/trac/boost/changeset/76118

Log:
Bug #5738
Text files modified:
   trunk/boost/interprocess/mapped_region.hpp | 3 +--
   1 files changed, 1 insertions(+), 2 deletions(-)

Modified: trunk/boost/interprocess/mapped_region.hpp
==============================================================================
--- trunk/boost/interprocess/mapped_region.hpp (original)
+++ trunk/boost/interprocess/mapped_region.hpp 2011-12-23 08:48:00 EST (Fri, 23 Dec 2011)
@@ -75,7 +75,7 @@
                 ,std::size_t size = 0
                 ,const void *address = 0);
 
- //!Default constructor. Address and size and offset will be 0.
+ //!Default constructor. Size and offset will be 0.
    //!Does not throw
    mapped_region();
 
@@ -92,7 +92,6 @@
    #endif
    { this->swap(other); }
 
-
    //!Destroys the mapped region.
    //!Does not throw
    ~mapped_region();


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