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
Hi,
When I compile the code with g++ (haven't try with cmake), I get the following error: ‘iota’ is not a member of ‘std’. It can be fix by adding #include <numeric>.