Yelp / MOE

A global, black box optimization engine for real world metric optimization.
Other
1.3k stars 139 forks source link

Fix "iota not in stdlib" bug in Debian Sid #470

Closed yangvz closed 7 years ago

yangvz commented 7 years ago

When compiling in Debian Sid, gcc 6.3.0, failed to find the iota() function. Probably because newest gcc version moved iota() from <algorithm> to <numeric>.

suntzu86 commented 7 years ago

thanks; have yet to try gcc6 myself.