cgal/STL_Extension/include/CGAL
Laurent Rineau b41acfcc5e Revert those two commits:
| ------------------------------------------------------------------------
  | r65838 | afabri | 2011-10-12 13:01:14 +0200 (Wed, 12 Oct 2011) | 5 lines
  | Changed paths:
  |    M /branches/next/STL_Extension/include/CGAL/assertions.h
  | 
  | When CGAL_NO_ASSERTIONS, fix CGAL_static_assertion 
  | 
  | CGAL_static_assertion cannot be "static_cast<void>(0)" because that
  | macro can also be used in a class or namespace scope.
  | 
  | ------------------------------------------------------------------------
  | r65833 | lrineau | 2011-10-11 23:43:39 +0200 (Tue, 11 Oct 2011) | 6 lines
  | Changed paths:
  |    M /branches/next/STL_Extension/include/CGAL/assertions.h
  | 
  | Avoid a warning with -ansi -pedantic when CGAL_NO_ASSERTIONS
  | 
  | When CGAL_NO_ASSERTIONS is defined (when NDEBUG is defined, for example), 
  | "CGAL_static_assertion(true);" must not be expanded to ";", to avoid a
  | pedantic warning "extra ;".
  | 
  | ------------------------------------------------------------------------

That was just a very wrong way to fix a pedantic warning: the new
implementations were buggy.
2011-10-13 10:24:14 +00:00
..
internal/boost partial undo: remove debug output 2011-06-30 22:11:47 +00:00
Cache.h add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Circulator_identity.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Circulator_on_node.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Circulator_project.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Compact_container.h add to Compact_container iterator type operators > >= and <= 2011-10-04 11:25:45 +00:00
Complexity_tags.h Merged revisions 52226 via svnmerge from 2009-11-03 15:17:02 +00:00
Concatenate_iterator.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Counting_iterator.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Default.h Properties. 2009-07-20 08:52:20 +00:00
Flattening_iterator.h add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
Fourtuple.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Handle.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Handle_for.h Revert, was supposed to go to candidates... 2011-10-12 15:00:55 +00:00
Handle_for_virtual.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Handle_with_policy.h Replace BOOST_STATIC_ASSERT by CGAL_static_assertion. 2011-08-31 14:30:07 +00:00
In_place_list.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Inverse_index.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Iterator_identity.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Iterator_project.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Iterator_transform.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Join_input_iterator.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Location_policy.h Merged revisions 52226 via svnmerge from 2009-11-03 15:17:02 +00:00
Modifiable_priority_queue.h BUGFIX: change internal boost namespace to boost_ to avoid ambiguities 2011-06-17 13:22:42 +00:00
Multiset.h add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
N_step_adaptor.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
N_step_adaptor_derived.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Nested_iterator.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Object.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Random_access_adaptor.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Random_access_value_adaptor.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Sixtuple.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Threetuple.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Twotuple.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
Uncertain.h bugfix: the derivation must be public 2011-03-17 10:16:30 +00:00
algorithm.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
array.h Import fix for narrowing conversions from the relevant LWG issue 2010-07-08 09:12:23 +00:00
assertions.h Revert those two commits: 2011-10-13 10:24:14 +00:00
assertions_behaviour.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
copy_n.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
exceptions.h add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
function_objects.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
is_convertible.h Enable implicit Lazy_exact_nt conversions only if there exists an implicit 2011-03-08 10:27:31 +00:00
is_iterator.h The goal was to be able to use iterator_traits safely, so we don't want arrays... 2011-05-30 15:27:09 +00:00
iterator.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
memory.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
min_max_n.h add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
multiset_assertions.h Remove empty lines at beginning and end of files 2010-02-01 12:55:28 +00:00
tags.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
tuple.h add helper functions tuple_size and tuple_element for CGAL::cpp0x:tuple 2010-06-14 16:24:10 +00:00
type_traits.h Remove a few "warning: extra ';'" with g++ -pedantic. 2009-11-14 11:49:52 +00:00
utility.h Remove from copyright holder 2011-09-21 19:46:31 +00:00
vector.h Remove from copyright holder 2011-09-21 19:46:31 +00:00