
25 Jul
2012
25 Jul
'12
7:16 p.m.
On 07/25/12 13:33, Steven Watanabe wrote:
AMDG
On 07/25/2012 09:36 AM, Larry Evans wrote:
However, the doc:
http://steven_watanabe.users.sourceforge.net/type_erasure/libs/type_erasure/...
was a bit confusing since it says:
A metafunction that returns any type corresponding to a placeholder.
I've modified this to say
"A metafunction that changes the placeholder of an any"
Is that clearer?
Sorry, no. How does it change the placeholder. Hmmm, do you mean the return type(i.e. rebind_any<any<C,S>,T>::type) is any<C,T>?