Boost logo

Boost-Commit :

From: Frank.Birbacher_at_[hidden]
Date: 2007-09-03 08:35:41


Author: birbacher
Date: 2007-09-03 08:35:39 EDT (Mon, 03 Sep 2007)
New Revision: 39111
URL: http://svn.boost.org/trac/boost/changeset/39111

Log:
fixed special constructor definition for Windows platform
Text files modified:
   sandbox-branches/birbacher/tmp_iostreams/libs/iostreams/src/file_descriptor.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox-branches/birbacher/tmp_iostreams/libs/iostreams/src/file_descriptor.cpp
==============================================================================
--- sandbox-branches/birbacher/tmp_iostreams/libs/iostreams/src/file_descriptor.cpp (original)
+++ sandbox-branches/birbacher/tmp_iostreams/libs/iostreams/src/file_descriptor.cpp 2007-09-03 08:35:39 EDT (Mon, 03 Sep 2007)
@@ -98,7 +98,7 @@
 {}
 
 #ifdef BOOST_IOSTREAMS_WINDOWS
-file_descriptor(handle_type handle, bool close_on_exit)
+file_descriptor::file_descriptor(handle_type handle, bool close_on_exit)
     : pimpl_(new impl(handle, close_on_exit))
 {}
 #endif


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