Hacker News new | ask | show | jobs
by dpzmick 3272 days ago
Try compiling with c++11 turned on.
1 comments

I used -std=c++14
Use -std=gnu++14 then.