mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
build-remote: Implement in C++
This commit is contained in:
parent
2af5d35fdc
commit
167d12b02c
12 changed files with 338 additions and 30 deletions
|
@ -292,6 +292,9 @@ void inline checkInterrupt()
|
|||
MakeError(Interrupted, BaseError)
|
||||
|
||||
|
||||
MakeError(FormatError, Error)
|
||||
|
||||
|
||||
/* String tokenizer. */
|
||||
template<class C> C tokenizeString(const string & s, const string & separators = " \t\n\r");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue