mirror of
https://github.com/NixOS/nix
synced 2025-06-30 03:23:16 +02:00
Merge remote-tracking branch 'origin/master' into flakes
This commit is contained in:
commit
6208d24c38
7 changed files with 13 additions and 16 deletions
|
@ -113,6 +113,8 @@ extern "C" {
|
|||
|
||||
struct String : Vec<char, ffi_String_drop>
|
||||
{
|
||||
String() = delete;
|
||||
|
||||
String(std::string_view s)
|
||||
{
|
||||
ffi_String_new(StringSlice(s), this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue