tr1 or boost smart pointers

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
EnigmaticCoder
DCEmu Crazy Poster
DCEmu Crazy Poster
Posts: 36
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Tue Nov 03, 2009 6:02 pm
Has thanked: 0
Been thanked: 0

tr1 or boost smart pointers

Post by EnigmaticCoder »

Have tr1 or boost smart pointers been ported to KOS? If not, has anyone implemented their own shared and weak ptrs that work with KOS? Can I use them? Do they have enable_shared_from_this functionality?
User avatar
BlueCrab
The Crabby Overlord
The Crabby Overlord
Posts: 5658
Joined: Mon May 27, 2002 11:31 am
Location: Sailing the Skies of Arcadia
Has thanked: 9 times
Been thanked: 69 times
Contact:

Re: tr1 or boost smart pointers

Post by BlueCrab »

Boost should (for the most part) be able to be compiled with KOS. Nobody's bothered to do so though, as far as I know.
EnigmaticCoder
DCEmu Crazy Poster
DCEmu Crazy Poster
Posts: 36
Joined: Tue Nov 03, 2009 6:02 pm
Has thanked: 0
Been thanked: 0

Re: tr1 or boost smart pointers

Post by EnigmaticCoder »

Thanks

I'm not ready to compile boost with KOS right now, but I'll post back or go to the irc channel when I am. For future reference, is it a simple matter of using the g++ cross compiler to compile the library?
User avatar
BlueCrab
The Crabby Overlord
The Crabby Overlord
Posts: 5658
Joined: Mon May 27, 2002 11:31 am
Location: Sailing the Skies of Arcadia
Has thanked: 9 times
Been thanked: 69 times
Contact:

Re: tr1 or boost smart pointers

Post by BlueCrab »

EnigmaticCoder wrote:Thanks

I'm not ready to compile boost with KOS right now, but I'll post back or go to the irc channel when I am. For future reference, is it a simple matter of using the g++ cross compiler to compile the library?
It shouldn't be too terribly much more difficult than that to get a lot of it to work.
EnigmaticCoder
DCEmu Crazy Poster
DCEmu Crazy Poster
Posts: 36
Joined: Tue Nov 03, 2009 6:02 pm
Has thanked: 0
Been thanked: 0

Re: tr1 or boost smart pointers

Post by EnigmaticCoder »

Thanks again, I will probably have no problem with this.
Post Reply