https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282329
Tomoyuki Sakurai <trombik1...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |trombik1...@gmail.com --- Comment #5 from Tomoyuki Sakurai <trombik1...@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.