cgal/STL_Extension/include/CGAL
Sylvain Pion 514a17ad4f Improve the interaction of assertions and interval computations.
Things like "CGAL_assertion(denominator != 0)" produced assertion failures for no gain.
So now, the assertion is triggered only if the condition is certain, using CGAL::certainly().
That is, change the following in all assertion files :
  ((EX)?(static_cast<void>(0)): ::CGAL::assertion_fail( # EX , __FILE__, __LINE__))
to :
  (CGAL::certainly(EX)?(static_cast<void>(0)): ::CGAL::assertion_fail( # EX , __FILE__, __LINE__))
2008-07-06 17:05:47 +00:00
..
Cache.h
Circulator_identity.h
Circulator_on_node.h
Circulator_project.h
Compact_container.h Remove white space at end of line to ease merge 2008-06-03 12:03:58 +00:00
Concatenate_iterator.h
Counting_iterator.h
Default_argument.h
Flattening_iterator.h
Fourtuple.h
Handle.h Move all Handle* classes to STL_Extension. There's no geometry in them, 2008-04-12 10:38:07 +00:00
Handle_for.h Move all Handle* classes to STL_Extension. There's no geometry in them, 2008-04-12 10:38:07 +00:00
Handle_for_virtual.h Move all Handle* classes to STL_Extension. There's no geometry in them, 2008-04-12 10:38:07 +00:00
Handle_with_policy.h handle struct mixup 2008-05-11 18:14:25 +00:00
In_place_list.h Remove obsolete SunPRO workarounds 2008-01-20 21:51:12 +00:00
Inverse_index.h
Iterator_identity.h
Iterator_project.h
Iterator_transform.h adding operator->() with a proxy-trick 2008-04-17 09:03:06 +00:00
Join_input_iterator.h
Multiset.h Remove more SUNPRO + RW's STL obsolete workarounds: 2008-01-03 15:04:30 +00:00
N_step_adaptor.h
N_step_adaptor_derived.h
Nested_iterator.h
Random_access_adaptor.h
Random_access_value_adaptor.h
Sixtuple.h
Threetuple.h
Twotuple.h
algorithm.h
array.h Rename all C++0x related config macros to consistently have CPP0X in their name, 2008-05-21 15:34:36 +00:00
assertions.h Improve the interaction of assertions and interval computations. 2008-07-06 17:05:47 +00:00
copy_n.h
exceptions.h
function_objects.h
functional.h Remove bind/compose/swap functor adaptors. 2008-06-19 11:03:40 +00:00
functional_base.h
iterator.h Change Counting_output_iterator to store a pointer to the counter, instead of 2007-12-26 17:34:36 +00:00
memory.h
min_max_n.h
multiset_assertions.h Improve the interaction of assertions and interval computations. 2008-07-06 17:05:47 +00:00
tags.h
type_traits.h
utility.h
vector.h Remove obsolete VC++ 6 specific code. 2008-01-20 15:27:47 +00:00