cpp/std: fix std::string def

This commit is contained in:
visualfc
2024-08-05 11:17:42 +08:00
parent 929d4c8d61
commit 6d92949715

View File

@@ -31,7 +31,7 @@ type StringView = string
// String represents a C++ std::string object.
type String struct {
Unused [3]uintptr
Unused [3 * unsafe.Sizeof(0)]byte
}
// llgo:link (*String).InitEmpty C.stdStringInitEmpty