Skip to content

Simplify RawType

Douglas Serson requested to merge feature/SimplifyRawType into master

This just uses some type traits from C++11 to simplify RawType.hpp.

RawType is barely used in the code, so I think in the future we could try to eliminate it.

Merge request reports