Skip to content

Commit 2cf6c3a

Browse files
authored
Update virtual table policy diagram.md
1 parent 85f5b67 commit 2cf6c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/virtual table policy diagram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The most important feature of this flavor of the framework is to use virtual tab
1717
1. Implementations are either `constexpr` data, or more typically, the pointers to the functions that implement the behaviors. The base manager must defer to the affordances for these values, in particular to the `Default` class-members of the affordances, which are assumed to be of their `VTableEntry` type [^DefaultImplementations]
1818
6. The so-called "concrete value managers" provide the implementations for the value they manage.
1919

20-
[^DefaultImplementations]:
20+
[^DefaultImplementations]: Code for assembling the default-constructed behaviors:
2121
```c++
2222
constexpr static inline VTable Default = {
2323
AffordanceSpecifications::template Default<Container>...

0 commit comments

Comments
 (0)