aboutsummaryrefslogtreecommitdiff
path: root/nix/boost
ModeNameSize
-rw-r--r--assert.hpp1065logplainabout
-rw-r--r--format.hpp2223logplainabout
d---------format469logplain
-rw-r--r--throw_exception.hpp999logplainabout
ts/containers.scm: Likewise. Use 'test-skip' instead of exiting with error code 77. Mathieu Lirzin 2015-06-11tests: Avoid sequence of zero expressions....* tests/records.scm ("define-record-type* with let* behavior"): Add missing body for clause. Ludovic Courtès 2015-06-11records: Add support for 'innate' fields....* guix/records.scm (make-syntactic-constructor): Add #:innate parameter. [record-inheritance]: Honor it. [innate-field?]: New procedure. (define-record-type*)[innate-field?]: New procedure. Pass #:innate to 'make-syntactic-constructor'. * tests/records.scm ("define-record-type* & inherit & innate", "define-record-type* & thunked & innate"): New tests. Ludovic Courtès