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
{{ message }}
This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Unlike other schedule tree node types, ScheduleTreeThreadSpecificMarker
did not have a custom copy constructor since it was added in
e1db3a9 (insert thread specific
markers, Thu Apr 19 15:07:33 2018 +0200). Introduce a private copy
constructor to ScheduleTreeThreadSpecificMarker, along with the static
member function that returns a copy of the given
ScheduleTreeThreadSpecificMarker wrapped in a unique pointer to force
the caller only keep unique pointers to schedule node trees.
This commit completes the removal of public constructors from schedule
node types and removes the code that became unnecessary.
0 commit comments