cgal/STL_Extension/test/STL_Extension
Philipp Möller 5d5390ace6 Minor fixes with to avoid ambiguity clashes and add a missing include.
test_Compact_container.cpp defined its won CGAL::use and somehow
Testsuite/use.h got included. CGAL::internal::use got then picked up
by ADL, as the iterator of a compact container is in internal (as
opposed to a member of Compact_container).

test_multiset used strcmp without including cstring.
2012-08-09 08:44:13 +00:00
..
test_Cache.cpp Replace BOOST_STATIC_ASSERT by CGAL_static_assertion. 2011-08-31 14:30:07 +00:00
test_Compact_container.cpp Minor fixes with to avoid ambiguity clashes and add a missing include. 2012-08-09 08:44:13 +00:00
test_Concatenate_iterator.cpp
test_Flattening_iterator.cpp
test_Handle_with_policy.cpp Qualify call to base class function (for intel). 2010-04-23 10:03:59 +00:00
test_In_place_list.cpp
test_Modifiable_priority_queue.cpp Remove include overkill. 2012-06-22 10:43:25 +00:00
test_Nested_iterator.cpp
test_Uncertain.cpp
test_complexity_tags.cpp
test_composition.cpp
test_dispatch_output.cpp
test_is_iterator.cpp Add missing test for <CGAL/is_iterator.h> 2012-04-13 10:20:43 +00:00
test_is_streamable.cpp Extend the test, again 2012-04-16 13:49:19 +00:00
test_lexcompare_outputrange.cpp
test_multiset.cpp Minor fixes with to avoid ambiguity clashes and add a missing include. 2012-08-09 08:44:13 +00:00
test_namespaces.cpp Two more tests for the namespaces. You never know. 2012-06-14 10:39:13 +00:00
test_stl_extension.cpp A branch to extend the CGAL::cpp0x::get function template in <CGAL/tuple.h> 2012-04-19 12:28:12 +00:00
test_type_traits.cpp
test_vector.cpp