HARK FORUM › problem with wios › Reply To: problem with wios
June 13, 2019 at 8:06 pm
#947
It seems that you need to add -std=c++11
as a compile-time option in environments other than Ubuntu 18.04 or later. This is because the source code was written based on the C++11 specification.