tuplet
tuplet copied to clipboard
warning: suggest braces around initialization of subobject [-Wmissing-braces]
Hi there! When compiling with -Wall in clang (which is common practice), we get warnings (now errors) for basically any use of tie, make_tuple, forward_as_tuple, etc.
See https://godbolt.org/z/zd9xfafEs (it has the tuplet header and a small main).
Would it be possible to get these warnings sorted? Thank you!
I think that I have a fix. Will sometime this week.
Hi there, thank you! I think I will try using tuplet again in our project. Do you think you'll be able to have the fix soon? :)