Merge branch 'main' of github.com:rconybea/xo-umbrella2
This commit is contained in:
commit
e1f45308ab
47 changed files with 444 additions and 139 deletions
|
|
@ -8,6 +8,7 @@
|
|||
#include <xo/gc/GCObject.hpp>
|
||||
//#include "xo/alloc2/gcobject/RGCObject.hpp"
|
||||
#include <xo/facet/obj.hpp>
|
||||
#include <xo/indentlog/print/ppindentinfo.hpp>
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
|
|
@ -16,6 +17,7 @@ namespace xo {
|
|||
using size_type = std::size_t;
|
||||
using AGCObject = xo::mm::AGCObject;
|
||||
using AAllocator = xo::mm::AAllocator;
|
||||
using ppindentinfo = xo::print::ppindentinfo;
|
||||
|
||||
DList(xo::obj<AGCObject> h,
|
||||
DList * r) : head_{h}, rest_{r} {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue