Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Build fails with clang-19: a template argument list is expected after a name prefixed by the template keyword #1305

Open
yurivict opened this issue Nov 9, 2024 · 0 comments

Comments

@yurivict
Copy link

yurivict commented Nov 9, 2024

In file included from /wrkdirs/usr/ports/audio/sfizz/work/sfizz-1.2.3/src/sfizz/Synth.cpp:20:
In file included from /wrkdirs/usr/ports/audio/sfizz/work/sfizz-1.2.3/src/sfizz/FilePool.h:43:
/wrkdirs/usr/ports/audio/sfizz/work/sfizz-1.2.3/external/atomic_queue/include/atomic_queue/atomic_queue.h:394:31: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  394 |         return Base::template do_pop_any(states_[index], elements_[index]);
      |                               ^
/wrkdirs/usr/ports/audio/sfizz/work/sfizz-1.2.3/external/atomic_queue/include/atomic_queue/atomic_queue.h:400:24: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  400 |         Base::template do_push_any(std::forward<U>(element), states_[index], elements_[index]);
      |                        ^
/wrkdirs/usr/ports/audio/sfizz/work/sfizz-1.2.3/external/atomic_queue/include/atomic_queue/atomic_queue.h:522:31: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
  522 |         return Base::template do_pop_any(states_[index], elements_[index]);
      |                               ^

log

Version: 1.2.3
FreeBSD 14.1

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant