Hunter Damron
Hunter Damron
Will close #506. So far I have collected the tokens before and after `##` and passed them to a `concat` function. Now I just need to figure out how to...
Stringify should be applied before doing replacement on the function parameters, but that replacement should occur before passing them to deeper functions (I think). I expect this has been broken...
I know this is silly, but if we receive object files instead of source files we should link them immediately (still using `cc`) instead of complaining that they are not...
Currently there are no tests to ensure command line arguments work as expected. It may also be good to check that the help message stays up to date with the...
When an undeclared identifier is found, it would be helpful to show if and where it is expanded from a macro so the user can track it down. #### Code...
Needed to implement #403
I am constantly rewriting the code to subscribe to a Pose or PointCloud topic then transform to the frame I intend to work in within the callback. In C++, I...