xo-ordinaltree: work on gp<String>-key unit test
This commit is contained in:
parent
d13d2f54ed
commit
a3a73c3aa3
4 changed files with 334 additions and 29 deletions
|
|
@ -152,8 +152,8 @@ namespace xo {
|
|||
template <typename T>
|
||||
class ObjectVisitor<gp<T>> {
|
||||
public:
|
||||
void forward_children(gp<T> & target,
|
||||
IAlloc * gc)
|
||||
static void forward_children(gp<T> & target,
|
||||
IAlloc * gc)
|
||||
{
|
||||
Object::_forward_inplace(target, gc);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue