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
tighten cdac_data friend declarations
Previously classes exposed internals to all cdac_data specializations. By changing the
friend declarations to the exact specialization which needs will access the internals,
we can better verify where the internals are accessed and ensure cdac_data<T> accesses
the correct class.
0 commit comments