cpp/llvm; os.Args; build: add llvm.BinDir to PATH
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
|
||||
package std
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
const (
|
||||
LLGoFiles = "_wrap/string.cpp"
|
||||
LLGoPackage = "link: c++"
|
||||
|
||||
@@ -25,6 +25,11 @@ import (
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
// StringView represents a C++ std::string_view object.
|
||||
type StringView = string
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
// String represents a C++ std::string object.
|
||||
type String struct {
|
||||
Unused [24]byte
|
||||
|
||||
Reference in New Issue
Block a user