xo-reader2: corrections to toplevel SchematikaParser setup

This commit is contained in:
Roland Conybeare 2026-01-18 20:23:00 -05:00
commit 2c1aac277a

View file

@ -64,8 +64,9 @@ namespace xo {
/** @brief Checkpoint for unwinding arena state **/ /** @brief Checkpoint for unwinding arena state **/
struct Checkpoint { struct Checkpoint {
Checkpoint() = default;
explicit Checkpoint(std::byte * x) : free_{x} {} explicit Checkpoint(std::byte * x) : free_{x} {}
std::byte * free_; std::byte * free_ = nullptr;
}; };
///@} ///@}