1:01:38 🤓technically, the identity element for ‘MinMonoid’ is the numeric_limits::max()
@AlfredoCorrea26 күн бұрын
Not just technically. (but, it can be also be ::infinity depending on the domain of your problem)
@alskidanАй бұрын
I'm surprised to see Rust traits as the prime example for concept maps. Swift protocol conformance extensions ARE the actual implementation of C++11 concept maps.
@abhinavk0929Ай бұрын
yep, the same guys behind C++0x proposals for concept maps worked on Swift too.
@syntaxed2Ай бұрын
Why is modern c++ so unreadable? - It doesnt even look like C++