$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [Phoenix] Monomorphic functors don't expose result_type
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-09-26 10:16:19
I thought bind was supposed to generate monomorphic functors when used
with function pointers, pointers to members, or monomorphic functors.
Yet the functors it generates don't expose result_type, but only the
result template.
Moreover, I would expect functors to stay monomorphic when generating
lambdas.
If foo and bar are monomorphic (and thus expose result_type), foo < bar
should be monomorphic too.