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
NewBarrier returns a SequenceBarrier but there is no copy constructor defined for it so compilation fails. Additionally the copy constructors for fields of SequenceBarrier have their copy constructors deleted.
NOTE: This is compiling in Xcode 7.2.1.
The text was updated successfully, but these errors were encountered:
NewBarrier returns a SequenceBarrier but there is no copy constructor defined for it so compilation fails. Additionally the copy constructors for fields of SequenceBarrier have their copy constructors deleted.
NOTE: This is compiling in Xcode 7.2.1.
The text was updated successfully, but these errors were encountered: