This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/52389] Allocation/deallocation across DLL boundary in std::locale
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 26 Feb 2012 12:35:07 +0000
- Subject: [Bug libstdc++/52389] Allocation/deallocation across DLL boundary in std::locale
- Auto-submitted: auto-generated
- References: <bug-52389-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52389
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dave.korn.cygwin at gmail
| |dot com
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-02-26 12:35:07 UTC ---
I seem to remember some special tricks being done to handle replacement
functions on Windows and thought it should work - Dave, could you comment?