-
Steinar H. Gunderson authored
We have a macro called TYPENAME for dependent type names in GIS, since older versions of Visual Studio gets confused by it (and standards-compliant compilers need it). However, with VS2015, this is no longer needed (we can just use typename), so just remove it. Change-Id: I10411027e518ed0abfd9027a422d3c7070c5f71a
Steinar H. Gunderson authoredWe have a macro called TYPENAME for dependent type names in GIS, since older versions of Visual Studio gets confused by it (and standards-compliant compilers need it). However, with VS2015, this is no longer needed (we can just use typename), so just remove it. Change-Id: I10411027e518ed0abfd9027a422d3c7070c5f71a
Loading