Skip to content

Commit 8de6597

Browse files
committed
Update README for new version
1 parent b15842f commit 8de6597

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
# C++ Initialization Flowchart
22

3-
This repository contains code to generate a flowchart showing the initialization rules for C++20.
3+
This repository contains code to generate a flowchart showing the initialization rules for C++20 and C++23.
44

5-
The generated files are hosted on Github Pages: [SVG](https://randomnetcat.github.io/cpp_initialization/initialization.svg), [PNG](https://randomnetcat.github.io/cpp_initialization/initialization.png).
5+
The generated files are hosted on Github Pages:
6+
* C++20: [SVG](https://randomcat.org/cpp-initialization/std-2020/initialization.svg), [PNG](https://randomcat.org/cpp-initialization/std-2020/initialization.png).
7+
* C++23: [SVG](https://randomcat.org/cpp-initialization/std-2023/initialization.svg), [PNG](https://randomcat.org/cpp-initialization/std-2023/initialization.png).
68

7-
## Building
8-
9-
The repository contains an M4 file which can be preprocessed into a graphviz dot file using GNU M4. Feed the preprocessed file into dot to get an image file.
10-
11-
Example for SVG: `m4 flowchart.dot.m4 | dot -Tsvg > flowchart.svg`
12-
13-
Example for PNG: `m4 flowchart.dot.m4 | dot -Tpng > flowchart.png`
14-
15-
Consult the `dot` manual for all of the file types and other options for controlling `dot`.

0 commit comments

Comments
 (0)