On 11/18/2017 09:10 PM, Vinnie Falco via Boost wrote:
On Tue, Nov 14, 2017 at 9:40 PM, Phil Bouchard via Boost
wrote: Greetings,
I wanted to give an update to the community regarding the memory manager I wrote called: Root Pointer.
Just to let you know, that I've seen your message. But, right now library authors are in the middle of preparing to ship Boost 1.66.0 (it is currently in beta) so you might not see activity on this thread until after the release. Hang in there!
Thanks
That's fine; I'm discussing it with the ISO C++ committee and I wanted to keep Boost in sync. Like I was saying before I'll need to change the C++ standards before its implementation can be part of the Boost library (reverse flow). For the moment you are welcome to take a look at what my [commercial] parser does when it converts a C app into C++ while injecting Root.Ptr. You'll notice node_proxy needs to be instantiated at each new scope and references to these proxies are passed to each function and base class. Later, -Phil