Many style updates around asserts, aborts, and errors

This commit is contained in:
2025-08-23 13:23:40 -04:00
parent 2754f4cbe2
commit 3712622d11
8 changed files with 143 additions and 87 deletions

View File

@@ -1,11 +1,12 @@
#pragma once
#include "arena_allocator.hpp"
#include <optional>
#include <span>
#include <string_view>
#include <vector>
#include "arena_allocator.hpp"
/**
* @brief Represents a precondition for optimistic concurrency control.
*