$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Determining interest: C++11 parser generator library
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-11-15 08:02:12
On 15/11/2011 04:23, Gene Bushuyev wrote:
> There is a polymorfic class r_rule, which uses std::function.
std::function is monomorphic.
It's not that kind of polymorphism Joel was talking about, he meant
parametric polymorphism, not type erasure.