SRC : Added != and comparison ops for test class X in test_vector.C.
Calls to std::uninitialized_.... use pointers as iterators to the uninitialized memory. The std::uninitialized_fill has no return value. The test_vector.C file used the same variable in several for loops.
- Fixed bug in vector.h in insert with commented new_finish assignment.
TEST: Added vector test program in test/STL_Extension/test_vector.C