tuplet icon indicating copy to clipboard operation
tuplet copied to clipboard

warning: suggest braces around initialization of subobject [-Wmissing-braces]

Open fcarreiro opened this issue 10 months ago • 2 comments

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).

Image

Would it be possible to get these warnings sorted? Thank you!

fcarreiro avatar Apr 04 '25 10:04 fcarreiro

I think that I have a fix. Will sometime this week.

codeinred avatar Jun 17 '25 04:06 codeinred

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? :)

fcarreiro avatar Aug 04 '25 10:08 fcarreiro