Commit Graph

4 Commits

Author SHA1 Message Date
Lutz Kettner 4f59dd3489 SRC : Excluded vector from MSC VC6.
SRC : Added != and comparison ops for test class X in test_vector.C.
2002-04-11 20:43:25 +00:00
Lutz Kettner cfe072577a SRC : Changed vector to improve cross platform compilation.
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.
2002-04-09 15:00:36 +00:00
Lutz Kettner 7e4496428a - Added test_vector in cgal_test.
- Fixed bug in vector.h in insert with commented new_finish assignment.
2002-04-03 14:35:23 +00:00
Lutz Kettner 9eaecdc31c SRC : Added vector class in include/CGAL/vector.h.
TEST: Added vector test program in test/STL_Extension/test_vector.C
2002-03-28 19:39:32 +00:00