Changes between Version 1 and Version 2 of Ticket #71090


Ignore:
Timestamp:
Oct 12, 2024, 10:24:22 PM (4 hours ago)
Author:
mpbb77 (Miguel Branco)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #71090 – Description

    v1 v2  
    1 Building Kicad will fail while building thirdparty/nanodbc due to deprecation of std::char_traits<> for types other than  char, char8_t, char16_t, char32_t and wchar_t, wioth errors similar to:
     1Building Kicad will fail while building thirdparty/nanodbc due to deprecation of std::char_traits<> for types other than  char, char8_t, char16_t, char32_t and wchar_t, with errors like:
    22 .../thirdparty/nanodbc/nanodbc/nanodbc.cpp:261:25: error: implicit instantiation of undefined template 'std::char_traits<unsigned short>'
    33    261 |     auto const n = std::char_traits<NANODBC_SQLCHAR>::length(array);