$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] PCL - Portable C++ Library
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-02-10 08:45:43
On 02/10/2012 02:19 PM, Christof Donat wrote:
> Is there any interest in here to look into what we
> could learn from their design?
Their design follows a fairly common opinion in the C/C++ world:
templates suck, prefer writing compiler plugins or custom preprocessors
instead.