|
|
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 |
|
|
|
efd073492c
|
xo-facet: + to_facet() convenience method on obj<A,D>
|
2026-02-04 16:23:55 -05:00 |
|
|
|
0a90b73277
|
xo-reader2 xo-expresion2: work on define-expressions [WIP]
|
2026-01-19 21:25:30 -05:00 |
|
|
|
ab13588c6e
|
xo-object2: Printable+DList [WIP]
|
2026-01-05 17:10:22 -05:00 |
|
|
|
d5201d2a31
|
xo-object2: type registration + gc fixes
|
2026-01-02 09:53:23 -05:00 |
|
|
|
7fb5cfb432
|
xo-alloc2: progress on forwarding objects [WIP]
|
2025-12-15 00:56:49 -05:00 |
|
|
|
412e325e7b
|
xo-alloc2: ICollector_Xfer + ICollector_DX1Collector [WIP]
|
2025-12-14 18:30:46 -05:00 |
|
|
|
70527c86d5
|
xo-alloc2: work on fomo Arena
|
2025-12-11 11:14:46 -05:00 |
|
|
|
ab7b71433e
|
xo-facet: header impl + docs
|
2025-12-10 20:17:21 -05:00 |
|