格式整理

This commit is contained in:
EmsiaetKadosh
2025-03-19 17:08:28 +08:00
parent c344588924
commit 28cc82bcd7
14 changed files with 302 additions and 89 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
#include "warnings.h"
#include "def.h"
#include "File.h"
#include "exception.h"
struct IGarbage;
template <typename T>
@@ -46,7 +46,7 @@ class GarbageCollector {
IGarbage* processing = nullptr;
public:
GarbageCollector() { MainLogFile << L"initialize GarbageCollector" << std::endl; }
GarbageCollector() { Logger.info(L"initialize GarbageCollector"); }
GarbageCollector(const GarbageCollector&) = delete;
GarbageCollector(GarbageCollector&&) = delete;
GarbageCollector& operator=(const GarbageCollector&) = delete;