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
Use boost::compressed_pair for EBO in rcu_obj_base
This fixes a discrepancy between nonempty deleters, which will get constructed
when the rcu_obj_base is constructed, and empty deleters, which were only
getting constructed when retire() is run.
Signed-off-by: Lance Roy <[email protected]>
0 commit comments