mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
serialise.hh: Use std::string_view
This commit is contained in:
parent
008ddef4b0
commit
776eb97a43
4 changed files with 5 additions and 5 deletions
|
|
@ -137,7 +137,7 @@ public:
|
|||
{ }
|
||||
|
||||
template<typename... Args>
|
||||
BaseError(const std::string & fs, const Args & ... args)
|
||||
explicit BaseError(const std::string & fs, const Args & ... args)
|
||||
: err { .level = lvlError, .msg = hintfmt(fs, args...) }
|
||||
{ }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue