cgal/STL_Extension/include/CGAL
Laurent Rineau 69ef17087e Fix a warning of clang
The warning was:


In file included from [...]/cmake/platforms/x86-64_Linux-2.6_llvm-clang-with-g++-4.6.2_F16/test/Algebraic_foundations/Chinese_remainder_traits.cpp:34:
In file included from [...]/include/CGAL/Polynomial.h:44:
In file included from [...]/include/CGAL/Flattening_iterator.h:24:
In file included from [...]/include/CGAL/Nested_iterator.h:29:
[...]/include/CGAL/iterator.h:1240:10: warning: class template 'Derivator' was previously declared as a struct template [-Wmismatched-tags]
  friend class internal::Derivator;
         ^
[...]/include/CGAL/iterator.h:1193:8: note: previous use is here
struct Derivator
       ^
[...]/include/CGAL/iterator.h:1240:10: note: did you mean struct here?
  friend class internal::Derivator;
         ^~~~~
         struct
[...]/include/CGAL/iterator.h:1299:10: warning: class template 'Derivator' was previously declared as a struct template [-Wmismatched-tags]
  friend class internal::Derivator;
         ^
[...]/include/CGAL/iterator.h:1193:8: note: previous use is here
struct Derivator
       ^
[...]/include/CGAL/iterator.h:1299:10: note: did you mean struct here?
  friend class internal::Derivator;
         ^~~~~
         struct
2 warnings generated.
2012-06-20 10:18:05 +00:00
..
internal/boost change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Cache.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Circulator_identity.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Circulator_on_node.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Circulator_project.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Compact_container.h Fix for Windows 'min/max' bug 2012-01-18 11:05:35 +00:00
Complexity_tags.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Concatenate_iterator.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Counting_iterator.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Default.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Flattening_iterator.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Fourtuple.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Handle.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Handle_for.h merge changes from next 2012-01-09 12:33:39 +00:00
Handle_for_virtual.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Handle_with_policy.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
In_place_list.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Inverse_index.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Iterator_project.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Iterator_transform.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Join_input_iterator.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Location_policy.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Modifiable_priority_queue.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Multiset.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
N_step_adaptor.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
N_step_adaptor_derived.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Nested_iterator.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Object.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Random_access_adaptor.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Random_access_value_adaptor.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Sixtuple.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Threetuple.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Twotuple.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Uncertain.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
algorithm.h Change the namespace to cpp11 and add an alias cpp0x. 2012-05-24 11:23:21 +00:00
array.h Change the namespace to cpp11 and add an alias cpp0x. 2012-05-24 11:23:21 +00:00
assertions.h Remove warnings about static assertions 2012-01-23 12:29:17 +00:00
assertions_behaviour.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
copy_n.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
exceptions.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
function_objects.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
is_convertible.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
is_iterator.h merge changes from next 2012-01-09 12:33:39 +00:00
is_streamable.h New MPL type checking: is_streamable 2012-04-13 10:40:12 +00:00
iterator.h Fix a warning of clang 2012-06-20 10:18:05 +00:00
memory.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
min_max_n.h Merged ^/branches/next here 2012-04-16 08:53:21 +00:00
multiset_assertions.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
tags.h revert part of my commit 67333 2012-01-20 15:01:53 +00:00
tuple.h Change the namespace to cpp11 and add an alias cpp0x. 2012-05-24 11:23:21 +00:00
type_traits.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
utility.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
vector.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00