graphlite icon indicating copy to clipboard operation
graphlite copied to clipboard

A lightweight C++ graph library

Results 1 graphlite issues
Sort by recently updated
recently updated
newest added

Hi! Missing `#include ` in `graphlite/lib/dot_parser_cpp/src/parser.cpp` ``` graphlite/lib/dot_parser_cpp/src/parser.cpp:13:24: error: ‘runtime_error’ is not a member of ‘std’ 13 | throw std::runtime_error("parsing failed"); ```