xo-reader2: corrections to toplevel SchematikaParser setup
This commit is contained in:
parent
69d873c640
commit
2c1aac277a
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
///@}
|
///@}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue