xo-ordinaltree: refactor: split -> multiple .hpp files

This commit is contained in:
Roland Conybeare 2025-11-30 18:12:03 -05:00
commit 3d7ddd2f8c
11 changed files with 3018 additions and 2873 deletions

View file

@ -9,6 +9,7 @@
#include "xo/printjson/PrintJson.hpp"
#include "xo/reflect/Reflect.hpp"
#include "xo/ordinaltree/RedBlackTree.hpp"
#include "xo/ordinaltree/rbtree/OrdinalReduce.hpp"
namespace xo {
namespace reactor {