We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1216679 commit 85f5b67Copy full SHA for 85f5b67
design/virtual table policy diagram.md
@@ -18,10 +18,10 @@ The most important feature of this flavor of the framework is to use virtual tab
18
6. The so-called "concrete value managers" provide the implementations for the value they manage.
19
20
[^DefaultImplementations]:
21
-```c++
+ ```c++
22
constexpr static inline VTable Default = {
23
AffordanceSpecifications::template Default<Container>...
24
};
25
-```
26
-[from here](https://github.com/thecppzoo/zoo/blob/d6435fc984ee0bde31979f7908a73473f61ac4bd/inc/zoo/Any/VTablePolicy.h#L274-L276).
+ ```
+ [from here](https://github.com/thecppzoo/zoo/blob/d6435fc984ee0bde31979f7908a73473f61ac4bd/inc/zoo/Any/VTablePolicy.h#L274-L276).
27
0 commit comments