I can't compile bfws-v1.0-beta-4, g++ reports the following error:
.build/prod/src/problem_info.cxx: In member function ‘void fs0::ProblemInfo::loadTypeIndex(const Value&)’:
.build/prod/src/problem_info.cxx:237:48: error: ‘type_id’ is not a class, namespace, or enumeration
typeObjects[type_id].push_back(make_object(type_id::object_t, value));
I can't compile
bfws-v1.0-beta-4
,g++
reports the following error:??