Compare commits

..

2 commits

Author SHA1 Message Date
Bruno BELANYI a07f005e09 Add Multiple Dispatch post
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-02 17:10:44 +01:00
Bruno BELANYI 2b02f67da6 posts: multiple-dispatch: add expression problem 2022-11-02 17:10:44 +01:00

View file

@ -290,7 +290,7 @@ up on for standardization.
[N2216]: https://open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2216.pdf
In the mean-time, one can find some libraries (like [`yomm2`][yomm2]) that
In the meantime, one can find some libraries (like [`yomm2`][yomm2]) that
reduce the amount of boiler-plate needed to emulate this feature.
[yomm2]: https://github.com/jll63/yomm2