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
C++11 15.1 §5 requires that objects that are thrown have an accessible
copy/move constructor and a destructor.
This adds an explicit copy constructor to a few classes where the compiler
cannot build the default copy constructor.
0 commit comments