robertsj / libdetran

deterministic transport utilities
MIT License
2 stars 2 forks source link

Remove size_t #59

Open robertsj opened 1 year ago

robertsj commented 1 year ago

Early on, the typedef unsigned int size_t was defined in namespace detran_utilities to reflect the various non-negative integers used throughout Detran. However, due in part to sloppy header use, size_t can yield unanticipated conflicts.

So, do the following: