mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
Forbid nested debuggers
This commit is contained in:
parent
4ee5433919
commit
14b0356dc5
4 changed files with 20 additions and 11 deletions
|
@ -8,7 +8,6 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
namespace {
|
||||
/**
|
||||
* A helper for writing `boost::format` expressions.
|
||||
*
|
||||
|
@ -42,7 +41,6 @@ void setExceptions(boost::format & fmt)
|
|||
boost::io::too_many_args_bit ^
|
||||
boost::io::too_few_args_bit);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* A helper for writing a `boost::format` expression to a string.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue