Skip to content

Commit 8597959

Browse files
committed
Update header
1 parent 39832b7 commit 8597959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp23/flowchart.dot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ digraph initialization {
1010
#include "reference_init.dot.cpp"
1111
#include "list_init.dot.cpp"
1212

13-
start [label="So you want to initialize something?\n[dcl.init.general]/16\nCopyright Janet Cobb 2020, Licensed CC BY 4.0", style=filled, fillcolor=green, shape=box, color=green, fontcolor=white]
13+
start [label="So you want to initialize something?\nN4950 [dcl.init.general]/16\nCopyright Janet Cobb 2025, Licensed CC BY 4.0", style=filled, fillcolor=green, shape=box, color=green, fontcolor=white]
1414
start -> is_direct_braced_init_list
1515

1616
YN_QUESTION_NODE(is_direct_braced_init_list, "Is the initializer a non-parenthesized braced-init-list?", "[dcl.init.general]/16.1", list_initialization_head, is_copy_braced_init_list)

0 commit comments

Comments
 (0)