xo-alloc: mutation log tracking in working state + unit test
This commit is contained in:
parent
e1d5ae46d2
commit
5d2fcf6498
25 changed files with 735 additions and 185 deletions
|
|
@ -31,14 +31,12 @@ namespace xo {
|
|||
}
|
||||
|
||||
gp<String>
|
||||
String::from(gp<Object> x)
|
||||
{
|
||||
String::from(gp<Object> x) {
|
||||
return dynamic_cast<String*>(x.ptr());
|
||||
}
|
||||
|
||||
gp<String>
|
||||
String::copy(const char * s)
|
||||
{
|
||||
String::copy(const char * s) {
|
||||
return copy(Object::mm, s);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue