Menu

#467 irrXML.h: note '<>' and -Wtemplate-id-cdtor warning with gcc-14.1.1 -std=gnu++26

current stable SDK
closed-fixed
None
5
2024-06-12
2024-06-12
Jon Daniel
No

../../include/irrXML.h:440:27: note: remove the ‘< >’
../../include/irrXML.h:441:27: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
441 | xmlChar<t>(wchar_t in) : c(static_cast<t>(in)) {}</t></t>

Discussion

  • Michael Zeilfelder

    • status: open --> closed-fixed
    • assigned_to: Michael Zeilfelder
     
  • Michael Zeilfelder

    Thanks, I've changed it in svn trunk [r6639]

     

    Related

    Commit: [r6639]


Log in to post a comment.