Update release

This commit is contained in:
vczh
2023-04-30 02:21:30 -07:00
parent 878bab1564
commit 422305a3fa
17 changed files with 1407 additions and 1264 deletions
+1 -2
View File
@@ -23422,8 +23422,7 @@ namespace vl
{
writer.WriteLine(L"");
}
writer.WriteLine(prefix + L"\tstd::strong_ordering operator<=>(const " + name + L"&) const = default;");
writer.WriteLine(prefix + L"\tbool operator==(const " + name + L"&) const = default;");
writer.WriteLine(prefix + L"\tauto operator<=>(const " + name + L"&) const = default;");
writer.WriteLine(prefix + L"};");
}
else