Skip to content

Commit 85f5b67

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

design/virtual table policy diagram.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ The most important feature of this flavor of the framework is to use virtual tab
1818
6. The so-called "concrete value managers" provide the implementations for the value they manage.
1919

2020
[^DefaultImplementations]:
21-
```c++
21+
```c++
2222
constexpr static inline VTable Default = {
2323
AffordanceSpecifications::template Default<Container>...
2424
};
25-
```
26-
[from here](https://github.com/thecppzoo/zoo/blob/d6435fc984ee0bde31979f7908a73473f61ac4bd/inc/zoo/Any/VTablePolicy.h#L274-L276).
25+
```
26+
[from here](https://github.com/thecppzoo/zoo/blob/d6435fc984ee0bde31979f7908a73473f61ac4bd/inc/zoo/Any/VTablePolicy.h#L274-L276).
2727

0 commit comments

Comments
 (0)