Add char_traits<T> specialisations for wxUniChar and NANODBC_SQLCHAR

when building on Apple with Clang >= 17.

These specialisations are not strictly required by the C++ standard,
and have been removed from LLVM.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/20631
This commit is contained in:
JamesJCode
2025-04-15 20:57:23 +01:00
parent 2ee66ccfac
commit a5be581b1b
43 changed files with 303 additions and 43 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
*/
#include <magic_enum.hpp>
#include <nlohmann/json.hpp>
#include <json_common.h>
#include <wx/log.h>
#include <wx/regex.h>
#include <wx/stdstream.h>