Skip to content

MSVC2013 lacks support for function type aliases.

Allison Vacanti requested to merge allisonvacanti/vtk-m:msvc-2013-compat into master

Alas, VS 2013 will keep us from using "using" to declare function signatures. Reverting to typedef until we bump our MSVC requirement.

Merge request reports