$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Rave for proposed Boost.Local (functions)
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-02-06 10:18:36
On 05/02/2011 18:20, Lorenzo Caminiti wrote:
> What does "polymorphic" mean in this context? (I think it means that
> the local functions cannot be template functions... right?)
It refers to parametric polymorphism, which is indeed obtained through
the use of templates in C++.