Added spec_auto to constants, finished Array.NonParsed.hpp

Adjusted the generated array to the desired design for now.

Moving on to making the next container
This commit is contained in:
2023-06-30 11:54:27 -04:00
parent 352da126ca
commit 5006449665
3 changed files with 80 additions and 150 deletions

View File

@ -1067,6 +1067,7 @@ namespace gen
// Predefined Codes. Are set to readonly and are setup during gen::init()
extern Code type_ns( auto );
extern Code type_ns( void );
extern Code type_ns( int );
extern Code type_ns( bool );