You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With wg21 moving away from the tag_invoke idiom, we might re-evaluate whether tag_invoke is actually necessary in Buffers. Instead, we could use member functions. This might be problematic though. buffers::front is necessarily a free function. Whether or not an algorithm is a free function or a member would then vary by algorithm, which impairs ergonomics. An analysis is necessary.
The text was updated successfully, but these errors were encountered:
With wg21 moving away from the tag_invoke idiom, we might re-evaluate whether tag_invoke is actually necessary in Buffers. Instead, we could use member functions. This might be problematic though.
buffers::front
is necessarily a free function. Whether or not an algorithm is a free function or a member would then vary by algorithm, which impairs ergonomics. An analysis is necessary.The text was updated successfully, but these errors were encountered: