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
restrict is a C++ keyword and should not be used as a symbol name. Though it hasn't caused any bugs I know of yet, we should rename the restrict member function of the transfer operator to something else.
The text was updated successfully, but these errors were encountered:
restrict
is a C++ keyword and should not be used as a symbol name. Though it hasn't caused any bugs I know of yet, we should rename therestrict
member function of the transfer operator to something else.The text was updated successfully, but these errors were encountered: