xo-gc stack: refactor + streamline.
Retiring unused Collector typealiases. Fix #include topology. Fix/improve write barrier setup.
This commit is contained in:
parent
96ebc02d4a
commit
cff5963b31
10 changed files with 17 additions and 10 deletions
|
|
@ -4,7 +4,7 @@
|
|||
**/
|
||||
|
||||
#include "DArray.hpp"
|
||||
#include "gc/RCollector_aux.hpp"
|
||||
//#include "gc/RCollector_aux.hpp"
|
||||
#include <xo/printable2/Printable.hpp>
|
||||
#include <xo/facet/FacetRegistry.hpp>
|
||||
#include <xo/indentlog/print/pretty.hpp>
|
||||
|
|
@ -16,7 +16,7 @@ namespace xo {
|
|||
using xo::print::APrintable;
|
||||
using xo::facet::FacetRegistry;
|
||||
using xo::mm::AGCObject;
|
||||
using xo::mm::mm_do_assign;
|
||||
//using xo::mm::mm_do_assign;
|
||||
using xo::facet::typeseq;
|
||||
|
||||
namespace scm {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue