WIP, updates to vs solution, got natvis working again. serializations still bugged

This commit is contained in:
2023-07-15 20:56:27 -04:00
parent 947b4e3615
commit 0241979085
8 changed files with 293 additions and 466 deletions

View File

@ -139,7 +139,7 @@ u32 gen_sanity_upfront()
// Namespace
{
Code namespace_def;
CodeNamespace namespace_def;
{
Code body = def_namespace_body( 1
, def_comment( txt_StrC("Empty namespace body") )