1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 01:11:15 +02:00

Use boost::format from the boost package

Note that this only requires headers from boost so it doesn't add a
runtime dependency.

Also, use Nixpkgs 18.03.
This commit is contained in:
Eelco Dolstra 2018-03-14 19:01:22 +01:00
parent 56f2ed0081
commit ca14b14200
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
23 changed files with 13 additions and 2445 deletions

View file

@ -93,7 +93,7 @@ struct SQLiteTxn
MakeError(SQLiteError, Error);
MakeError(SQLiteBusy, SQLiteError);
[[noreturn]] void throwSQLiteError(sqlite3 * db, const format & f);
[[noreturn]] void throwSQLiteError(sqlite3 * db, const FormatOrString & fs);
void handleSQLiteBusy(const SQLiteBusy & e);