Open JeffSuu opened 5 years ago
When i run this project on ubuntu18.04,it can finish.But when i run it on ubuntu16.04 will occur this error: I am so grateful if someone can tell me how to handle.
I have the same errors,and I really want know that how to solve it!!!
hello, the Dockerfile states ubuntu 18:10, so I guess this is the minimal required version for this program to work correctly
for_each was introduced in C++ 17 see this. You may need to install C++ 17 in Ubuntu 16.04. Maybe this link helps.
for_each
When i run this project on ubuntu18.04,it can finish.But when i run it on ubuntu16.04 will occur this error: I am so grateful if someone can tell me how to handle.