git subrepo clone git@github.com:Rconybea/xo-alloc2.git xo-alloc2
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: "???"
This commit is contained in:
parent
cf0bd4d975
commit
6a82040d48
105 changed files with 8693 additions and 0 deletions
28
xo-alloc2/src/alloc2/GCObjectConversion.cpp
Normal file
28
xo-alloc2/src/alloc2/GCObjectConversion.cpp
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
/** @file GCObjectConversion.cpp
|
||||
*
|
||||
* @author Roland Conybeare, May 2026
|
||||
**/
|
||||
|
||||
#include "GCObjectConversion.hpp"
|
||||
|
||||
namespace xo {
|
||||
using xo::reflect::typeseq;
|
||||
|
||||
namespace scm {
|
||||
|
||||
void
|
||||
GCObjectConversionUtil::_from_gco_fail_aux(obj<AGCObject> gco,
|
||||
typeseq tseq,
|
||||
scope * p_log)
|
||||
{
|
||||
p_log->retroactively_enable();
|
||||
if (p_log) {
|
||||
(*p_log)(xtag("gco.tseq", gco._typeseq()));
|
||||
(*p_log)(xtag("DRepr.tseq", tseq));
|
||||
}
|
||||
}
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end GCObjectConversion.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue