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
The default constructor for fixed<..., external> is disabled if the compiler does not support rvalue-ref-from-this. This is too strict, however, and prevents creating arrays of external<> vectors when compiling with e.g. VS2013.
The text was updated successfully, but these errors were encountered:
The default constructor for fixed<..., external> is disabled if the compiler does not support rvalue-ref-from-this. This is too strict, however, and prevents creating arrays of external<> vectors when compiling with e.g. VS2013.
The text was updated successfully, but these errors were encountered: