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
Copy file name to clipboardExpand all lines: README.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,3 +55,32 @@ You can either run all the 300+ tests listed in `Jamfile.v2` or run a single tes
55
55
../../../b2 cycle_canceling_test <- single test
56
56
57
57
You can also check the [regression tests reports](http://beta.boost.org/development/tests/develop/developer/graph.html).
58
+
59
+
## C++20 Modernization (bgl2)
60
+
61
+
A modernized C++20 version of the Boost Graph Library is being developed in the [stdgraph/boost_graph](https://github.com/stdgraph/boost_graph) fork. This refactoring effort aims to bring the library up to modern C++ standards.
62
+
63
+
### Using the bgl2 Branch
64
+
65
+
To work with the modernized version, add the fork as a remote and switch to the `bgl2` branch:
0 commit comments