xo-facet/include/xo/facet
Roland Conybeare 1b72597be0 xo-facet: bugfix: is_convertible_v usage
is_convertible_v<T,T> can be false if T isn't copyable.
since dealing with a T pointer, actually want
is_convertible_v<T*,T*>
2026-03-24 17:47:52 -04:00
..
box.hpp xo-interpreter2: scaffold repl + alloc measurement frameowkr 2026-02-02 21:55:34 -05:00
facet.hpp xo-facet: typeseq strongly typed 2026-01-02 09:52:16 -05:00
facet_implementation.hpp xo-facet: bugfix: is_convertible_v usage 2026-03-24 17:47:52 -04:00
facet_rtti.hpp xo-facet: header impl + docs 2025-12-10 20:17:21 -05:00
FacetRegistry.hpp xo-gc: + remove_gc_root_poly() 2026-03-12 20:30:45 -05:00
obj.hpp xo-reader2 stack: expand symbol table to store typedefs 2026-03-11 07:49:14 -05:00
OObject.hpp xo-facet: bugfix: is_convertible_v usage 2026-03-24 17:47:52 -04:00
RRouter.hpp xo-alloc2 xo-object: bugfix + refactor -> IGCObject_DList builds 2025-12-14 13:52:29 -05:00
TypeRegistry.hpp xo-expression2 stack: expand MemorySizeInfo w/ per-type detail 2026-02-16 00:48:00 -05:00
typeseq.hpp xo-reader2 stack: + TypeRegistry 2026-02-15 22:57:15 -05:00