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
My current guidlines for putting things in std is: 'does it have to go in std'? Usually this criteria is met because it is used by the runtime or because it logically belongs with other code that the runtime depends on. I don't think dynamic_lib meets this criteria at this point.