* new-features.sgml (ov-new1.7-misc): Add stdc++ new/delete wrappers.
This commit is contained in:
parent
21b008b40c
commit
3b882cb484
|
@ -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>
|
2009-07-20 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* new-features.sgml (ov-new1.7-posix): Add WCONTINUED, WIFCONTINUED.
|
* new-features.sgml (ov-new1.7-posix): Add WCONTINUED, WIFCONTINUED.
|
||||||
|
|
|
@ -310,6 +310,10 @@
|
||||||
- Remove backwards compatibility with old signal masks. (Some *very* old
|
- Remove backwards compatibility with old signal masks. (Some *very* old
|
||||||
programs which use signal masks may no longer work correctly).
|
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>
|
</screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
Loading…
Reference in New Issue