Miroslav Silovic wrote: > 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 >
Check the 'types_promotion_traits' code by Aleksey Gurtovoy (both in the Wiki and the file-area) for example. It also mentions the LL connection. I too would like to see something like this become official! /Fredrik _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost