-
Carsten Gräser authored
This adds constness to the stored copy or reference. Notice that simply using CopyOrReference<const T> for ConstCopyOrReference<T> does not work since 'const T' is the same as T for reference types because all references are const.
Carsten Gräser authoredThis adds constness to the stored copy or reference. Notice that simply using CopyOrReference<const T> for ConstCopyOrReference<T> does not work since 'const T' is the same as T for reference types because all references are const.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.