You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When tried to compile with gcc 8.5 it droped the error:
~/VerityMap/veritymap/src/projects/veritymap/config/config.cpp:17:18: error: 'class std::map<std::__cxx11::basic_string, std::__cxx11::basic_string >' has no member named 'contains'
When update gcc to v14.2.1 drops the error:
~/VerityMap/veritymap/src/projects/veritymap/kmer_index/target_indexer.hpp:92:64: error: ‘optional’ in namespace ‘std’ does not name a template type
Could you please provide compiling instructions? compiler version or update flags to improve compatibility.
Regards.
The text was updated successfully, but these errors were encountered:
When tried to compile with gcc 8.5 it droped the error:
~/VerityMap/veritymap/src/projects/veritymap/config/config.cpp:17:18: error: 'class std::map<std::__cxx11::basic_string, std::__cxx11::basic_string >' has no member named 'contains'
When update gcc to v14.2.1 drops the error:
~/VerityMap/veritymap/src/projects/veritymap/kmer_index/target_indexer.hpp:92:64: error: ‘optional’ in namespace ‘std’ does not name a template type
Could you please provide compiling instructions? compiler version or update flags to improve compatibility.
Regards.
The text was updated successfully, but these errors were encountered: