Re: [avr-libc-dev] new, delete support

2006-06-01 Thread Ned Konz
kashey wrote: Hi all. When be included support new and delete functions support in avr-libc? What do you need? Assuming you don't need the whole libstdc++ library, this will probably do what you need for typical C++ programs. extern C { #include stddef.h #include stdlib.h } void

Re: [avr-libc-dev] new, delete support

2006-06-01 Thread kashey
kashey пишет: Ned Konz пишет: kashey wrote: Hi all. When be included support new and delete functions support in avr-libc? What do you need? Assuming you don't need the whole libstdc++ library, this will probably do what you need for typical C++ programs. extern C { #include stddef.h

Re: [avr-libc-dev] new, delete support

2006-06-01 Thread Ned Konz
kashey wrote: kashey пишет: Ned Konz пишет: kashey wrote: Hi all. When be included support new and delete functions support in avr-libc? What do you need? Assuming you don't need the whole libstdc++ library, this will probably do what you need for typical C++ programs. extern C {

Re: [avr-libc-dev] new, delete support

2006-06-01 Thread Eric Weddington
kashey wrote: Hi all. When be included support new and delete functions support in avr-libc? When we have a volunteer to add the support. -- Eric Weddington ___ AVR-libc-dev mailing list AVR-libc-dev@nongnu.org

Re: [avr-libc-dev] new, delete support

2006-06-01 Thread kashey
Ned Konz пишет: kashey wrote: kashey пишет: Ned Konz пишет: kashey wrote: Hi all. When be included support new and delete functions support in avr-libc? What do you need? Assuming you don't need the whole libstdc++ library, this will probably do what you need for typical C++ programs.