Skip to content

Use C++11 auto to replace some of the duplicated typenames

Joshua Goins requested to merge work/redstrate/use-auto into master

Replaces most of the duplicated typenames with sensible uses of auto.

Merge request reports