nothing actually done

This commit is contained in:
MihailRis
2024-04-24 07:35:46 +03:00
parent 051f0b8c6a
commit 1ecc608ead
19 changed files with 44 additions and 48 deletions
+2
View File
@@ -8,6 +8,8 @@
#include <sstream>
#include <assert.h>
// FIXME: refactor this monster
using namespace toml;
Section::Section(std::string name) : name(name) {