Compare commits
2 commits
24f181fea7
...
67592115e3
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 67592115e3 | ||
Bruno BELANYI | 532e71e87b |
|
@ -284,9 +284,9 @@ This is the downside I was pointing out in our previous sections:
|
||||||
`std::visit` call to handle the new variant.
|
`std::visit` call to handle the new variant.
|
||||||
|
|
||||||
There is currently no (good) way in standard C++ to tackle the Expression
|
There is currently no (good) way in standard C++ to tackle the Expression
|
||||||
Problem. A paper ([N2216][N2216]) was written to propose a new language feature
|
Problem. A paper ([Open Multi Methods for C++][N2216]) was written to propose
|
||||||
to improve the situation. However it looks quite complex, and never got followed
|
a new language feature to improve the situation. However it looks quite complex,
|
||||||
up on for standardization.
|
and never got followed up on for standardization.
|
||||||
|
|
||||||
[N2216]: https://open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2216.pdf
|
[N2216]: https://open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2216.pdf
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue