finish design, ready to write

This commit is contained in:
2024-07-29 03:38:03 +00:00
parent 596c404b98
commit c62ed9d3ce
12 changed files with 200 additions and 1 deletions

View File

@ -5,6 +5,13 @@
#endif
#include <source_location>
#ifdef _DEBUG
#define DEBUG_CERR std::cerr
#else
#define DEBUG_CERR if(0) std::cerr
#endif
#include <iostream>
#include <iomanip>
namespace dark::debug {
/**