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
This would be of most benefit to types that have static arrays nested within dynamic arrays, which are currently generated as a vector within a vector.
Using std::array would require at least C++11, so this should be an option, but not the default behavior.
The text was updated successfully, but these errors were encountered:
This would be of most benefit to types that have static arrays nested within dynamic arrays, which are currently generated as a vector within a vector.
Using std::array would require at least C++11, so this should be an option, but not the default behavior.
The text was updated successfully, but these errors were encountered: