Make replaced with Meson

This commit is contained in:
2026-01-13 12:53:08 +03:00
parent 2cd45c0750
commit 30a77478dc
21 changed files with 239 additions and 415 deletions

View File

@ -1,6 +1,5 @@
#pragma once
#include <cstdint>
#include <exception>
#include <source_location>
#include <string>
@ -41,4 +40,4 @@ namespace basen
Code _code;
std::string _what;
};
}
}