Skip to content
  • Steinar H. Gunderson's avatar
    7786612b
    Bug #28608079: REMOVE TYPENAME MACRO · 7786612b
    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
    7786612b
    Bug #28608079: REMOVE TYPENAME MACRO
    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
Loading