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!