subrepo: subdir: "xo-alloc2" merged: "4039c29f" upstream: origin: "git@github.com:Rconybea/xo-alloc2.git" branch: "main" commit: "4039c29f" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
15 lines
345 B
C++
15 lines
345 B
C++
/** @file RCollector_aux.hpp
|
|
*
|
|
* Out-of-line definitions for RCollector template methods
|
|
* that depend on RGCObject (avoiding #include cycle in RCollector.hpp).
|
|
*
|
|
* Included via user_hpp_includes in GCObject.json5.
|
|
*
|
|
* @author Roland Conybeare
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
//#include <xo/facet/FacetRegistry.hpp>
|
|
|
|
/* end RCollector_aux.hpp */
|