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
However, I believe that it would be possible to fuse this behavior into tuple itself, avoiding this extra object. That could improve throughput, and generally simplify tuple's representation (at the cost of more tuple constructor complexity, but that battle has been thoroughly lost).
In theory, I believe we could do this without breaking bincompat, but this would be a fairly significant change, so it's probably vNext.
vNext note: Resolving this issue will require breaking binary compatibility. We won't be able to accept pull requests for this issue until the vNext branch is available. See #169 for more information.
The text was updated successfully, but these errors were encountered:
_Tuple_val
deals with uses-allocator construction:STL/stl/inc/tuple
Lines 158 to 182 in 957fe99
However, I believe that it would be possible to fuse this behavior into
tuple
itself, avoiding this extra object. That could improve throughput, and generally simplifytuple
's representation (at the cost of moretuple
constructor complexity, but that battle has been thoroughly lost).In theory, I believe we could do this without breaking bincompat, but this would be a fairly significant change, so it's probably vNext.
vNext note: Resolving this issue will require breaking binary compatibility. We won't be able to accept pull requests for this issue until the vNext branch is available. See #169 for more information.
The text was updated successfully, but these errors were encountered: