inih: INIReaderDispose
This commit is contained in:
@@ -20,7 +20,7 @@ void stdStringInitFromCStrLen(std::string* s, const char* cstr, size_t len) {
|
||||
new(s) std::string(cstr, len);
|
||||
}
|
||||
|
||||
void stdStringDispose(const std::string* s) {
|
||||
void stdStringDispose(std::string* s) {
|
||||
s->~basic_string();
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
package std
|
||||
|
||||
const (
|
||||
LLGoFiles = "_cppstd/string.cpp"
|
||||
LLGoFiles = "_wrap/string.cpp"
|
||||
LLGoPackage = "link: c++"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user