[Bug 282329] Many ports started to fail with: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Feb 2025 03:44:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282329
Tomoyuki Sakurai <trombik1973@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |trombik1973@gmail.com
--- Comment #5 from Tomoyuki Sakurai <trombik1973@gmail.com> ---
www/freecad is another victim (or those who ignored the warning).
/usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined
template 'std::char_traits<unsigned int>'
820 | static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
| ^
/wrkdirs/usr/ports/cad/freecad/work/FreeCAD-1.0.0/src/CXX/Python3/Objects.hxx:2233:20:
note: in instantiation of template class 'std::basic_string<unsigned int>'
requested here
2233 | ucs4string as_ucs4string() const
(just one of the warnings)
--
You are receiving this mail because:
You are the assignee for the bug.