Added macros to make the gen namespace optional.

This commit is contained in:
2023-07-23 22:25:19 -04:00
parent e7374ec328
commit 5ce8bfa259
3 changed files with 23 additions and 20 deletions

View File

@ -14,7 +14,7 @@
#include "gen.hpp"
namespace gen {
GEN_NS_BEGIN
#pragma region StaticData
// TODO : Convert global allocation strategy to use a slab allocation strategy.
@ -6606,7 +6606,6 @@ void Builder::write()
}
#pragma endregion Builder
// namespace gen
}
GEN_NS_END
#include "gen.pop_ignores.inline.hpp"