More work on the logger overhaul: the reader should be done now.

This commit is contained in:
David Given
2022-02-19 22:48:44 +01:00
parent 649b78611c
commit f2bdd1cc49
10 changed files with 331 additions and 203 deletions

View File

@@ -12,6 +12,7 @@
#include <set>
#include <cassert>
#include <climits>
#include <variant>
#if defined(_WIN32) || defined(__WIN32__)
#include <direct.h>