14 Mar
2016
14 Mar
'16
4:53 p.m.
I created an example test case for you: https://github.com/philippeb8/root_ptr/issues/1 You should only have to modify lines [45, 48]. i.e. Changing "shared_ptr" to "root_ptr" and changing "allocate_shared" to your mechanism of constructing your root pointer. If it throws an exception upon running, then your root pointer does not support the allocator model. The example program I wrote there should run without throwing an exception: g++ -std=c++14 -o example example.cpp && ./example Glen -- View this message in context: http://boost.2283326.n4.nabble.com/Root-Pointer-Benchmark-tp4684533p4684566.... Sent from the Boost - Dev mailing list archive at Nabble.com.