core: use C++ for irrt source #448
No reviewers
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#448
Loading…
Reference in New Issue
No description provided.
Delete Branch "irrt-c2cpp"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Switch from C to C++ in
nac3core/src/codegen/irrt
, usingclang++-irrt
.The purpose is to use C++ templating instead of C macros to implement function families (e.g.,
size_t
dependent functions).