* new-features.sgml (ov-new1.7-misc): Add stdc++ new/delete wrappers.

This commit is contained in:
Corinna Vinschen 2009-07-20 08:57:54 +00:00
parent 21b008b40c
commit 3b882cb484
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-07-20 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7-misc): Add stdc++ new/delete wrappers.
2009-07-20 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7-posix): Add WCONTINUED, WIFCONTINUED.

View File

@ -310,6 +310,10 @@
- Remove backwards compatibility with old signal masks. (Some *very* old
programs which use signal masks may no longer work correctly).
- Cygwin now exports wrapper functions for libstdc++ operators new and
delete, to support the toolchain in implementing full C++ standards
conformance when working with shared libraries.
</screen>
</sect2>