update gencpp to latest and adjsut gen_src.pp accordingly.

This commit is contained in:
ed
2024-12-13 11:50:40 -05:00
parent daa820b134
commit ad813d0335
17 changed files with 26015 additions and 24762 deletions
-3
View File
@@ -14,9 +14,6 @@ Import-Module $format_cpp
$vendor = $null
$release = $null
$verbose = $false
[bool] $bootstrap = $false
[bool] $singleheader = $false
[bool] $test = $false
[array] $vendors = @( "clang", "msvc" )