mirror of
https://github.com/NixOS/nix
synced 2025-07-06 17:31:47 +02:00
libutil: add checked arithmetic tools
This is in preparation for adding checked arithmetic to the evaluator. Change-Id: I6e115ce8f5411feda1706624977a4dcd5efd4d13
This commit is contained in:
parent
dd75711895
commit
e28cb67d41
4 changed files with 395 additions and 0 deletions
|
@ -171,6 +171,7 @@ headers = [config_h] + files(
|
|||
'args/root.hh',
|
||||
'callback.hh',
|
||||
'canon-path.hh',
|
||||
'checked-arithmetic.hh',
|
||||
'chunked-vector.hh',
|
||||
'closure.hh',
|
||||
'comparator.hh',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue