
22 Feb
2011
22 Feb
'11
10:32 a.m.
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?