mirror of https://github.com/CGAL/cgal
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.
|
||
|---|---|---|
| .. | ||
| internal/boost | ||
| Cache.h | ||
| Circulator_identity.h | ||
| Circulator_on_node.h | ||
| Circulator_project.h | ||
| Compact_container.h | ||
| Complexity_tags.h | ||
| Concatenate_iterator.h | ||
| Counting_iterator.h | ||
| Default.h | ||
| Flattening_iterator.h | ||
| Fourtuple.h | ||
| Handle.h | ||
| Handle_for.h | ||
| Handle_for_virtual.h | ||
| Handle_with_policy.h | ||
| In_place_list.h | ||
| Inverse_index.h | ||
| Iterator_project.h | ||
| Iterator_transform.h | ||
| Join_input_iterator.h | ||
| Location_policy.h | ||
| Modifiable_priority_queue.h | ||
| Multiset.h | ||
| N_step_adaptor.h | ||
| N_step_adaptor_derived.h | ||
| Nested_iterator.h | ||
| Object.h | ||
| Random_access_adaptor.h | ||
| Random_access_value_adaptor.h | ||
| Sixtuple.h | ||
| Threetuple.h | ||
| Twotuple.h | ||
| Uncertain.h | ||
| algorithm.h | ||
| array.h | ||
| assertions.h | ||
| assertions_behaviour.h | ||
| copy_n.h | ||
| exceptions.h | ||
| function_objects.h | ||
| is_convertible.h | ||
| is_iterator.h | ||
| is_streamable.h | ||
| iterator.h | ||
| memory.h | ||
| min_max_n.h | ||
| multiset_assertions.h | ||
| tags.h | ||
| tuple.h | ||
| type_traits.h | ||
| utility.h | ||
| vector.h | ||