2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-19 04:12:11 +00:00
Files
graph/meta/libraries.json
Jeremy W. Murphy 06339d6f44 Update cxxstd to 14
This choice is based on feedback to the Boost.Graph user survey.
2024-04-30 10:56:52 +10:00

18 lines
468 B
JSON

{
"key": "graph",
"name": "Graph",
"authors": [
"Jeremy Siek and a University of Notre Dame team."
],
"description": "The BGL graph interface and graph components are generic, in the same sense as the Standard Template Library (STL).",
"category": [
"Algorithms",
"Containers",
"Iterators"
],
"maintainers": [
"Jeremy W. Murphy <jeremy.william.murphy -at- gmail.com>"
],
"cxxstd": "14"
}