maintainer-feedback requested: [Bug 285084] devel/boost-libs: error: a template argument list is expected after a name prefixed by the template keyword
Date: Sat, 01 Mar 2025 04:17:29 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked FreeBSD Office Team
<office@FreeBSD.org> for maintainer-feedback:
Bug 285084: devel/boost-libs: error: a template argument list is expected after
a name prefixed by the template keyword
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285084
--- Description ---
devel/py-pynest2d failed to build:
/usr/local/include/boost/qvm/quat_traits.hpp:82:30: error: a template argument
list is expected after a name prefixed by the template keyword
[-Wmissing-template-arg-list-after-template-kw]
82 | quat_traits<Q>::template write_element_idx(i, q) = s;
patch: https://github.com/boostorg/qvm/pull/55
issue: https://github.com/boostorg/qvm/issues/54