Used unique_ptr instead of auto_ptr when c++11 is used -- help change the syntax#47
Used unique_ptr instead of auto_ptr when c++11 is used -- help change the syntax#47jameslee5656 wants to merge 2 commits into
Conversation
|
This pull request including the following,
|
|
This looks much nicer. :) |
|
Hey guys, I'm slowly coming back at this. |
|
Ah also, something we might consider is that in this #32 doc/classes.rst was also updated to reflect the new unique ptr usage. |
|
So far, I've tested it and the base works great out of the box. |
|
Do we know if there's a chance this PR can be merged? i.e. will @Oberon00 pull the changes when all checks out? It would be nice to not have to maintain our own private branch of this. |
|
We're using this PR in our fork for Ryzom Core https://github.com/ryzom/luabind. :) |
Hi @Oberon00,
We recently has been working on deprecating auto_ptr usage for our projects. I noticed that Bertram25 has been a while since updating the request. After reviewing some of your thoughts and his changes, we finished building the project and hope to contribute our work to this repo.