Thanks to visit codestin.com
Credit goes to github.com

Skip to content

doxygen break due to no std::char_traits<unsigned char> #1247

@htodd

Description

@htodd

Lots of errors like:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/string:821:42: error: implicit instantiation of undefined template 'std::char_traits'
821 | static_assert(is_same<_CharT, typename traits_type::char_type>::value,
| ^
/opt/sw/src/fink.build/doxygen-1.9.8-1/doxygen-1.9.8/src/qcstring.h:109:21: note: in instantiation of template class 'std::basic_string' requested here
109 | m_rep.resize(s.size());
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
| ^

Google sent me to a stackoverflow link that said, "Apple officially removed support for std::char_traits in Xcode 16.3."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions