xo-gc stack: refactor + streamline.
Retiring unused Collector typealiases. Fix #include topology. Fix/improve write barrier setup.
This commit is contained in:
parent
4dc6739167
commit
5f2de0ad5a
1 changed files with 8 additions and 0 deletions
|
|
@ -9,10 +9,18 @@
|
||||||
* [iface_facet_any.hpp.j2]
|
* [iface_facet_any.hpp.j2]
|
||||||
* 3. idl for facet methods
|
* 3. idl for facet methods
|
||||||
* [idl/Numeric.json5]
|
* [idl/Numeric.json5]
|
||||||
|
*
|
||||||
|
* variables:
|
||||||
|
* {facet_hpp_fname} -> Numeric.hpp
|
||||||
|
* {impl_hpp_subdir} -> detail
|
||||||
|
* {facet_ns1} -> xo
|
||||||
|
* {facet_detail_subdir} -> detail
|
||||||
|
* {abstract_facet_fname} -> ANumeric.hpp
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "ANumeric.hpp"
|
||||||
|
|
||||||
namespace xo {
|
namespace xo {
|
||||||
namespace scm {
|
namespace scm {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue