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
there could be a possibility to omit the sizeOfArray parameter with C++11. Here is the relevant code snippet on StackOverflow. As it's missing a const, here is another example (see "Alternative C++ 11 implementation").