DataSlingers/clustRviz

Improve C++ Hygiene

Closed this issue · 1 comments

A user has reported issues with compilation on Windows that appear to result from the lack of a system typedef for uint. (Windows provides typedef unsigned int UINT instead) Possible fixes being tried out in my mw/fix_uint branch.

This is a good opportunity to check general int and signed/unsigned hygiene. See also DataSlingers/ExclusiveLasso#12.

Closed by #122