$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Interested in a generic safe n-dimensional matrix/vector library?
From: Alex Hagen-Zanker (ahh34_at_[hidden])
Date: 2011-02-22 05:32:45
On 21/02/2011 20:19, ТимоÑей ÐгнаÑÑÐ¸Ñ wrote:
> Safe variadic functions with parameter count checking. For example consider a constructor of the N dimensional vector of T takes only N farameters that are convertable to T and fails othervise:
Are you sure this is right? It seems that the N parameters are
dimensions and should be convertable to an integer like size_t. T is the
value_type and could be anything?