Changeset 50aeb6f for doc/theses/thierry_delisle_PhD/code/assert.hpp
- Timestamp:
- Sep 26, 2019, 4:25:04 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 1e24d13
- Parents:
- b2a37b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/code/assert.hpp
rb2a37b0 r50aeb6f 1 1 #pragma once 2 2 3 #ifndef NDEBUG 3 4 #include <cassert> 4 5 #include <cstdlib> … … 17 18 } \ 18 19 }) 20 #else 21 #define assertf(cond, ...) 22 #endif
Note: See TracChangeset
for help on using the changeset viewer.