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: design/virtual table policy diagram.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The most important feature of this flavor of the framework is to use virtual tab
17
17
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]
18
18
6. The so-called "concrete value managers" provide the implementations for the value they manage.
19
19
20
-
[^DefaultImplementations]:
20
+
[^DefaultImplementations]: Code for assembling the default-constructed behaviors:
0 commit comments