I noticed that boost::lambda library has a complete implementation of
the type inference for the operator results (i.e. inferring that char +
int returns an int). I would really like to be able to use that in my
code, however, the Lambda implementation is currently undocumented.
What's the entry point for that code? Are there any tests/examples?
Miro
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
- [boost] Re: Operator result type inference Miroslav Silovic
- [boost] Re: Operator result type inference Fredrik Blomqvist