1
0
Fork 0
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:
Jade Lovelace 2024-07-05 15:52:55 +02:00 committed by Jade Lovelace
parent dd75711895
commit e28cb67d41
4 changed files with 395 additions and 0 deletions

View file

@ -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',