This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: record locking
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Matthias Weiss <matthias dot weiss at inode dot at>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 26 Mar 2002 09:07:54 -0800 (PST)
- Subject: Re: record locking
> Because these are private members, my class that I'd derive from basic_fstream
> wouldn't have any access to the file descriptor because of private member protection.
This was changed in mainline precisely for this reason. Please check out
the libstdc++-v3.0.97 release.
-benjamin