﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
169	Incorrect order of generic struct constructor params	Thierry Delisle		"This code does not initialize the vector properly on the machines BrokkN.

I haven't yet confirmed if this is global or not.
{{{
#include <fstream.hfa>
#include <vector.hfa>
int main() {
        vector( int ) iv;
}
}}}

The call to the constructor must pass the size/alignment of int and allocator_t. In the given code, the order of arguments does not match the order of parameters."	defect	closed	major	cfa-cc	1.0	worksforme	BoxPass	
