From 83e2c4d877fe2d7793868b1c6a5d9525a7c4d431 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Sat, 5 Jan 2013 03:21:01 +0000 Subject: [PATCH] Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@171594 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../alg.modifying.operations/alg.copy/copy.pass.cpp | 2 +- .../alg.modifying.operations/alg.copy/copy_backward.pass.cpp | 2 +- .../alg.modifying.operations/alg.copy/copy_if.pass.cpp | 2 +- .../alg.modifying.operations/alg.copy/copy_n.pass.cpp | 2 +- .../alg.modifying.operations/alg.fill/fill.pass.cpp | 2 +- .../alg.modifying.operations/alg.fill/fill_n.pass.cpp | 2 +- .../alg.modifying.operations/alg.generate/generate.pass.cpp | 2 +- .../alg.modifying.operations/alg.generate/generate_n.pass.cpp | 2 +- .../alg.modifying.operations/alg.move/move.pass.cpp | 2 +- .../alg.modifying.operations/alg.move/move_backward.pass.cpp | 2 +- .../alg.partitions/is_partitioned.pass.cpp | 2 +- .../alg.partitions/partition.pass.cpp | 2 +- .../alg.partitions/partition_copy.pass.cpp | 2 +- .../alg.partitions/partition_point.pass.cpp | 2 +- .../alg.partitions/stable_partition.pass.cpp | 2 +- .../alg.modifying.operations/alg.remove/remove.pass.cpp | 2 +- .../alg.modifying.operations/alg.remove/remove_copy.pass.cpp | 2 +- .../alg.remove/remove_copy_if.pass.cpp | 2 +- .../alg.modifying.operations/alg.remove/remove_if.pass.cpp | 2 +- .../alg.modifying.operations/alg.replace/replace.pass.cpp | 2 +- .../alg.replace/replace_copy.pass.cpp | 2 +- .../alg.replace/replace_copy_if.pass.cpp | 2 +- .../alg.modifying.operations/alg.replace/replace_if.pass.cpp | 2 +- .../alg.modifying.operations/alg.reverse/reverse.pass.cpp | 2 +- .../alg.reverse/reverse_copy.pass.cpp | 2 +- .../alg.modifying.operations/alg.rotate/rotate.pass.cpp | 2 +- .../alg.modifying.operations/alg.rotate/rotate_copy.pass.cpp | 2 +- .../alg.modifying.operations/alg.swap/swap_ranges.pass.cpp | 2 +- .../alg.transform/binary_transform.pass.cpp | 2 +- .../alg.transform/unary_transform.pass.cpp | 2 +- .../alg.modifying.operations/alg.unique/unique.pass.cpp | 2 +- .../alg.modifying.operations/alg.unique/unique_copy.pass.cpp | 2 +- .../alg.unique/unique_copy_pred.pass.cpp | 2 +- .../alg.modifying.operations/alg.unique/unique_pred.pass.cpp | 2 +- .../alg.nonmodifying/alg.adjacent.find/adjacent_find.pass.cpp | 2 +- .../alg.adjacent.find/adjacent_find_pred.pass.cpp | 2 +- test/algorithms/alg.nonmodifying/alg.all_of/all_of.pass.cpp | 2 +- test/algorithms/alg.nonmodifying/alg.any_of/any_of.pass.cpp | 2 +- test/algorithms/alg.nonmodifying/alg.count/count.pass.cpp | 2 +- test/algorithms/alg.nonmodifying/alg.count/count_if.pass.cpp | 2 +- test/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp | 2 +- .../algorithms/alg.nonmodifying/alg.equal/equal_pred.pass.cpp | 2 +- .../alg.nonmodifying/alg.find.end/find_end.pass.cpp | 2 +- .../alg.nonmodifying/alg.find.end/find_end_pred.pass.cpp | 2 +- .../alg.nonmodifying/alg.find.first.of/find_first_of.pass.cpp | 2 +- .../alg.find.first.of/find_first_of_pred.pass.cpp | 2 +- test/algorithms/alg.nonmodifying/alg.find/find.pass.cpp | 2 +- test/algorithms/alg.nonmodifying/alg.find/find_if.pass.cpp | 2 +- .../algorithms/alg.nonmodifying/alg.find/find_if_not.pass.cpp | 2 +- test/algorithms/alg.nonmodifying/alg.foreach/test.pass.cpp | 2 +- .../alg.is_permutation/is_permutation.pass.cpp | 2 +- .../alg.is_permutation/is_permutation_pred.pass.cpp | 2 +- test/algorithms/alg.nonmodifying/alg.none_of/none_of.pass.cpp | 2 +- test/algorithms/alg.nonmodifying/alg.search/search.pass.cpp | 2 +- .../alg.nonmodifying/alg.search/search_pred.pass.cpp | 2 +- test/algorithms/alg.nonmodifying/mismatch/mismatch.pass.cpp | 2 +- .../alg.nonmodifying/mismatch/mismatch_pred.pass.cpp | 2 +- .../alg.binary.search/binary.search/binary_search.pass.cpp | 2 +- .../binary.search/binary_search_comp.pass.cpp | 2 +- .../alg.binary.search/equal.range/equal_range.pass.cpp | 2 +- .../alg.binary.search/equal.range/equal_range_comp.pass.cpp | 2 +- .../alg.binary.search/lower.bound/lower_bound.pass.cpp | 2 +- .../alg.binary.search/lower.bound/lower_bound_comp.pass.cpp | 2 +- .../alg.binary.search/upper.bound/upper_bound.pass.cpp | 2 +- .../alg.binary.search/upper.bound/upper_bound_comp.pass.cpp | 2 +- .../alg.lex.comparison/lexicographical_compare.pass.cpp | 2 +- .../alg.lex.comparison/lexicographical_compare_comp.pass.cpp | 2 +- test/algorithms/alg.sorting/alg.merge/inplace_merge.pass.cpp | 2 +- .../alg.sorting/alg.merge/inplace_merge_comp.pass.cpp | 2 +- test/algorithms/alg.sorting/alg.merge/merge.pass.cpp | 2 +- test/algorithms/alg.sorting/alg.merge/merge_comp.pass.cpp | 2 +- test/algorithms/alg.sorting/alg.min.max/max_element.pass.cpp | 2 +- .../alg.sorting/alg.min.max/max_element_comp.pass.cpp | 2 +- test/algorithms/alg.sorting/alg.min.max/min_element.pass.cpp | 2 +- .../alg.sorting/alg.min.max/min_element_comp.pass.cpp | 2 +- .../alg.sorting/alg.min.max/minmax_element.pass.cpp | 2 +- .../alg.sorting/alg.min.max/minmax_element_comp.pass.cpp | 2 +- .../alg.permutation.generators/next_permutation.pass.cpp | 2 +- .../alg.permutation.generators/next_permutation_comp.pass.cpp | 2 +- .../alg.permutation.generators/prev_permutation.pass.cpp | 2 +- .../alg.permutation.generators/prev_permutation_comp.pass.cpp | 2 +- .../alg.sorting/alg.set.operations/includes/includes.pass.cpp | 2 +- .../alg.set.operations/includes/includes_comp.pass.cpp | 2 +- .../alg.set.operations/set.difference/set_difference.pass.cpp | 2 +- .../set.difference/set_difference_comp.pass.cpp | 2 +- .../set.intersection/set_intersection.pass.cpp | 2 +- .../set.intersection/set_intersection_comp.pass.cpp | 2 +- .../set_symmetric_difference.pass.cpp | 2 +- .../set_symmetric_difference_comp.pass.cpp | 2 +- .../alg.set.operations/set.union/set_union.pass.cpp | 2 +- .../alg.set.operations/set.union/set_union_comp.pass.cpp | 2 +- .../alg.sorting/alg.sort/is.sorted/is_sorted.pass.cpp | 2 +- .../alg.sorting/alg.sort/is.sorted/is_sorted_comp.pass.cpp | 2 +- .../alg.sorting/alg.sort/is.sorted/is_sorted_until.pass.cpp | 2 +- .../alg.sort/is.sorted/is_sorted_until_comp.pass.cpp | 2 +- .../alg.sort/partial.sort.copy/partial_sort_copy.pass.cpp | 2 +- .../partial.sort.copy/partial_sort_copy_comp.pass.cpp | 2 +- .../associative/map/map.modifiers/insert_iter_iter.pass.cpp | 2 +- .../multimap/multimap.modifiers/insert_iter_iter.pass.cpp | 2 +- .../containers/associative/multiset/insert_iter_iter.pass.cpp | 2 +- .../associative/multiset/multiset.cons/iter_iter.pass.cpp | 2 +- .../multiset/multiset.cons/iter_iter_alloc.pass.cpp | 2 +- .../multiset/multiset.cons/iter_iter_comp.pass.cpp | 2 +- test/containers/associative/set/insert_iter_iter.pass.cpp | 2 +- test/containers/associative/set/set.cons/iter_iter.pass.cpp | 2 +- .../associative/set/set.cons/iter_iter_alloc.pass.cpp | 2 +- .../associative/set/set.cons/iter_iter_comp.pass.cpp | 2 +- .../sequences/deque/deque.cons/assign_iter_iter.pass.cpp | 2 +- .../sequences/deque/deque.cons/assign_size_value.pass.cpp | 2 +- test/containers/sequences/deque/deque.cons/iter_iter.pass.cpp | 2 +- .../sequences/deque/deque.cons/iter_iter_alloc.pass.cpp | 2 +- .../sequences/deque/deque.modifiers/insert_iter_iter.pass.cpp | 2 +- test/containers/sequences/deque/deque.special/copy.pass.cpp | 2 +- .../sequences/deque/deque.special/copy_backward.pass.cpp | 2 +- test/containers/sequences/deque/deque.special/move.pass.cpp | 2 +- .../sequences/deque/deque.special/move_backward.pass.cpp | 2 +- .../forwardlist/forwardlist.cons/assign_range.pass.cpp | 2 +- .../sequences/forwardlist/forwardlist.cons/range.pass.cpp | 2 +- .../forwardlist/forwardlist.cons/range_alloc.pass.cpp | 2 +- .../forwardlist.modifiers/insert_after_range.pass.cpp | 2 +- .../sequences/list/list.cons/input_iterator.pass.cpp | 2 +- .../sequences/vector.bool/construct_iter_iter.pass.cpp | 2 +- .../sequences/vector.bool/construct_iter_iter_alloc.pass.cpp | 2 +- .../sequences/vector.bool/insert_iter_iter_iter.pass.cpp | 2 +- .../sequences/vector/vector.cons/construct_iter_iter.pass.cpp | 2 +- .../vector/vector.cons/construct_iter_iter_alloc.pass.cpp | 2 +- .../vector/vector.modifiers/insert_iter_iter_iter.pass.cpp | 2 +- .../containers/unord/unord.map/unord.map.cnstr/range.pass.cpp | 2 +- .../unord/unord.map/unord.map.cnstr/range_size.pass.cpp | 2 +- .../unord/unord.map/unord.map.cnstr/range_size_hash.pass.cpp | 2 +- .../unord.map/unord.map.cnstr/range_size_hash_equal.pass.cpp | 2 +- .../unord.map.cnstr/range_size_hash_equal_allocator.pass.cpp | 2 +- .../unord.map/unorder.map.modifiers/insert_init.pass.cpp | 2 +- .../unord.map/unorder.map.modifiers/insert_range.pass.cpp | 2 +- .../unord/unord.multimap/unord.multimap.cnstr/range.pass.cpp | 2 +- .../unord.multimap/unord.multimap.cnstr/range_size.pass.cpp | 2 +- .../unord.multimap.cnstr/range_size_hash.pass.cpp | 2 +- .../unord.multimap.cnstr/range_size_hash_equal.pass.cpp | 2 +- .../range_size_hash_equal_allocator.pass.cpp | 2 +- .../unord.multimap.modifiers/insert_init.pass.cpp | 2 +- .../unord.multimap.modifiers/insert_range.pass.cpp | 2 +- test/containers/unord/unord.multiset/insert_init.pass.cpp | 2 +- test/containers/unord/unord.multiset/insert_range.pass.cpp | 2 +- .../unord/unord.multiset/unord.multiset.cnstr/range.pass.cpp | 2 +- .../unord.multiset/unord.multiset.cnstr/range_size.pass.cpp | 2 +- .../unord.multiset.cnstr/range_size_hash.pass.cpp | 2 +- .../unord.multiset.cnstr/range_size_hash_equal.pass.cpp | 2 +- .../range_size_hash_equal_allocator.pass.cpp | 2 +- test/containers/unord/unord.set/insert_init.pass.cpp | 2 +- test/containers/unord/unord.set/insert_range.pass.cpp | 2 +- .../containers/unord/unord.set/unord.set.cnstr/range.pass.cpp | 2 +- .../unord/unord.set/unord.set.cnstr/range_size.pass.cpp | 2 +- .../unord/unord.set/unord.set.cnstr/range_size_hash.pass.cpp | 2 +- .../unord.set/unord.set.cnstr/range_size_hash_equal.pass.cpp | 2 +- .../unord.set.cnstr/range_size_hash_equal_allocator.pass.cpp | 2 +- test/depr/depr.c.headers/math_h.pass.cpp | 2 +- .../file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp | 2 +- .../file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp | 2 +- .../input.output/iostream.format/ext.manip/get_money.pass.cpp | 2 +- test/input.output/iostream.format/ext.manip/get_time.pass.cpp | 2 +- .../input.output/iostream.format/ext.manip/put_money.pass.cpp | 2 +- test/input.output/iostream.format/ext.manip/put_time.pass.cpp | 2 +- .../ios.base/ios.base.callback/register_callback.pass.cpp | 2 +- .../iostreams.base/ios.base/ios.base.locales/imbue.pass.cpp | 2 +- .../iostreams.base/ios/basic.ios.members/copyfmt.pass.cpp | 2 +- .../iostreams.base/ios/basic.ios.members/imbue.pass.cpp | 2 +- .../iostreams.base/ios/basic.ios.members/move.pass.cpp | 2 +- .../iostreams.base/ios/basic.ios.members/swap.pass.cpp | 2 +- .../stream.buffers/streambuf/streambuf.cons/copy.pass.cpp | 2 +- .../stream.buffers/streambuf/streambuf.cons/default.pass.cpp | 2 +- .../streambuf.members/streambuf.locales/locales.pass.cpp | 2 +- .../streambuf.protected/streambuf.assign/assign.pass.cpp | 2 +- .../streambuf.protected/streambuf.assign/swap.pass.cpp | 2 +- .../iterator.primitives/iterator.operations/advance.pass.cpp | 2 +- .../iterator.primitives/iterator.operations/distance.pass.cpp | 2 +- .../iterator.primitives/iterator.operations/next.pass.cpp | 2 +- .../iterator.primitives/iterator.operations/prev.pass.cpp | 2 +- .../move.iter.nonmember/make_move_iterator.pass.cpp | 2 +- .../move.iter.ops/move.iter.nonmember/minus.pass.cpp | 2 +- .../move.iter.ops/move.iter.nonmember/plus.pass.cpp | 2 +- .../move.iter.ops/move.iter.op.+/difference_type.pass.cpp | 2 +- .../move.iter.ops/move.iter.op.+=/difference_type.pass.cpp | 2 +- .../move.iter.ops/move.iter.op.-/difference_type.pass.cpp | 2 +- .../move.iter.ops/move.iter.op.-=/difference_type.pass.cpp | 2 +- .../move.iter.ops/move.iter.op.comp/op_eq.pass.cpp | 2 +- .../move.iter.ops/move.iter.op.comp/op_gt.pass.cpp | 2 +- .../move.iter.ops/move.iter.op.comp/op_gte.pass.cpp | 2 +- .../move.iter.ops/move.iter.op.comp/op_lt.pass.cpp | 2 +- .../move.iter.ops/move.iter.op.comp/op_lte.pass.cpp | 2 +- .../move.iter.ops/move.iter.op.comp/op_neq.pass.cpp | 2 +- .../move.iter.ops/move.iter.op.const/convert.pass.cpp | 2 +- .../move.iter.ops/move.iter.op.const/default.pass.cpp | 2 +- .../move.iter.ops/move.iter.op.const/iter.pass.cpp | 2 +- .../move.iter.ops/move.iter.op.decr/post.pass.cpp | 2 +- .../move.iter.ops/move.iter.op.decr/pre.pass.cpp | 2 +- .../move.iter.ops/move.iter.op.incr/post.pass.cpp | 2 +- .../move.iter.ops/move.iter.op.incr/pre.pass.cpp | 2 +- .../move.iter.ops/move.iter.op.index/difference_type.pass.cpp | 2 +- .../move.iter.ops/move.iter.op=/move_iterator.pass.cpp | 2 +- .../move.iterators/move.iterator/types.pass.cpp | 2 +- .../reverse.iter.ops/reverse.iter.cons/default.pass.cpp | 2 +- .../reverse.iter.ops/reverse.iter.cons/iter.pass.cpp | 2 +- .../reverse.iter.cons/reverse_iterator.pass.cpp | 2 +- .../reverse.iter.ops/reverse.iter.op!=/test.pass.cpp | 2 +- .../reverse.iter.ops/reverse.iter.op++/post.pass.cpp | 2 +- .../reverse.iter.ops/reverse.iter.op++/pre.pass.cpp | 2 +- .../reverse.iter.op+/difference_type.pass.cpp | 2 +- .../reverse.iter.op+=/difference_type.pass.cpp | 2 +- .../reverse.iter.ops/reverse.iter.op--/post.pass.cpp | 2 +- .../reverse.iter.ops/reverse.iter.op--/pre.pass.cpp | 2 +- .../reverse.iter.op-/difference_type.pass.cpp | 2 +- .../reverse.iter.op-=/difference_type.pass.cpp | 2 +- .../reverse.iter.op=/reverse_iterator.pass.cpp | 2 +- .../reverse.iter.ops/reverse.iter.op==/test.pass.cpp | 2 +- .../reverse.iter.ops/reverse.iter.opdiff/test.pass.cpp | 2 +- .../reverse.iter.ops/reverse.iter.opgt/test.pass.cpp | 2 +- .../reverse.iter.ops/reverse.iter.opgt=/test.pass.cpp | 2 +- .../reverse.iter.opindex/difference_type.pass.cpp | 2 +- .../reverse.iter.ops/reverse.iter.oplt/test.pass.cpp | 2 +- .../reverse.iter.ops/reverse.iter.oplt=/test.pass.cpp | 2 +- .../reverse.iter.opsum/difference_type.pass.cpp | 2 +- .../reverse.iterators/reverse.iterator/types.pass.cpp | 2 +- .../category.collate/locale.collate.byname/compare.pass.cpp | 2 +- .../category.collate/locale.collate.byname/hash.pass.cpp | 2 +- .../category.collate/locale.collate.byname/transform.pass.cpp | 2 +- .../category.collate/locale.collate.byname/types.pass.cpp | 2 +- .../locale.codecvt.byname/ctor_wchar_t.pass.cpp | 2 +- .../category.ctype/locale.ctype.byname/is_1.pass.cpp | 2 +- .../category.ctype/locale.ctype.byname/is_many.pass.cpp | 2 +- .../category.ctype/locale.ctype.byname/narrow_1.pass.cpp | 2 +- .../category.ctype/locale.ctype.byname/narrow_many.pass.cpp | 2 +- .../category.ctype/locale.ctype.byname/scan_is.pass.cpp | 2 +- .../category.ctype/locale.ctype.byname/scan_not.pass.cpp | 2 +- .../category.ctype/locale.ctype.byname/tolower_1.pass.cpp | 2 +- .../category.ctype/locale.ctype.byname/tolower_many.pass.cpp | 2 +- .../category.ctype/locale.ctype.byname/toupper_1.pass.cpp | 2 +- .../category.ctype/locale.ctype.byname/toupper_many.pass.cpp | 2 +- .../category.ctype/locale.ctype.byname/types.pass.cpp | 2 +- .../category.ctype/locale.ctype.byname/widen_1.pass.cpp | 2 +- .../category.ctype/locale.ctype.byname/widen_many.pass.cpp | 2 +- .../locale.money.get.members/get_long_double_en_US.pass.cpp | 4 ++-- .../locale.money.get.members/get_long_double_fr_FR.pass.cpp | 4 ++-- .../locale.money.get.members/get_long_double_ru_RU.pass.cpp | 4 ++-- .../locale.money.get.members/get_long_double_zh_CN.pass.cpp | 4 ++-- .../locale.money.get.members/get_string_en_US.pass.cpp | 4 ++-- .../locale.money.put.members/put_long_double_en_US.pass.cpp | 4 ++-- .../locale.money.put.members/put_long_double_fr_FR.pass.cpp | 4 ++-- .../locale.money.put.members/put_long_double_ru_RU.pass.cpp | 4 ++-- .../locale.money.put.members/put_long_double_zh_CN.pass.cpp | 4 ++-- .../locale.money.put.members/put_string_en_US.pass.cpp | 4 ++-- .../locale.moneypunct.byname/curr_symbol.pass.cpp | 2 +- .../locale.moneypunct.byname/decimal_point.pass.cpp | 2 +- .../locale.moneypunct.byname/frac_digits.pass.cpp | 2 +- .../locale.moneypunct.byname/grouping.pass.cpp | 2 +- .../locale.moneypunct.byname/neg_format.pass.cpp | 2 +- .../locale.moneypunct.byname/negative_sign.pass.cpp | 2 +- .../locale.moneypunct.byname/pos_format.pass.cpp | 2 +- .../locale.moneypunct.byname/positive_sign.pass.cpp | 2 +- .../locale.moneypunct.byname/thousands_sep.pass.cpp | 2 +- .../locale.nm.put/facet.num.put.members/put_bool.pass.cpp | 2 +- .../locale.nm.put/facet.num.put.members/put_double.pass.cpp | 2 +- .../locale.nm.put/facet.num.put.members/put_long.pass.cpp | 2 +- .../facet.num.put.members/put_long_double.pass.cpp | 2 +- .../facet.num.put.members/put_long_long.pass.cpp | 2 +- .../locale.nm.put/facet.num.put.members/put_pointer.pass.cpp | 2 +- .../facet.num.put.members/put_unsigned_long.pass.cpp | 2 +- .../facet.num.put.members/put_unsigned_long_long.pass.cpp | 2 +- .../locale.num.get/facet.num.get.members/get_bool.pass.cpp | 2 +- .../locale.num.get/facet.num.get.members/get_double.pass.cpp | 4 ++-- .../locale.num.get/facet.num.get.members/get_float.pass.cpp | 4 ++-- .../locale.num.get/facet.num.get.members/get_long.pass.cpp | 2 +- .../facet.num.get.members/get_long_double.pass.cpp | 4 ++-- .../facet.num.get.members/get_long_long.pass.cpp | 2 +- .../locale.num.get/facet.num.get.members/get_pointer.pass.cpp | 2 +- .../facet.num.get.members/get_unsigned_int.pass.cpp | 2 +- .../facet.num.get.members/get_unsigned_long.pass.cpp | 2 +- .../facet.num.get.members/get_unsigned_long_long.pass.cpp | 2 +- .../facet.num.get.members/get_unsigned_short.pass.cpp | 2 +- .../category.time/locale.time.get.byname/date_order.pass.cpp | 4 ++-- .../locale.time.get.byname/date_order_wide.pass.cpp | 4 ++-- .../category.time/locale.time.get.byname/get_date.pass.cpp | 4 ++-- .../locale.time.get.byname/get_date_wide.pass.cpp | 4 ++-- .../locale.time.get.byname/get_monthname.pass.cpp | 4 ++-- .../locale.time.get.byname/get_monthname_wide.pass.cpp | 4 ++-- .../category.time/locale.time.get.byname/get_one.pass.cpp | 4 ++-- .../locale.time.get.byname/get_one_wide.pass.cpp | 4 ++-- .../category.time/locale.time.get.byname/get_time.pass.cpp | 4 ++-- .../locale.time.get.byname/get_time_wide.pass.cpp | 4 ++-- .../category.time/locale.time.get.byname/get_weekday.pass.cpp | 4 ++-- .../locale.time.get.byname/get_weekday_wide.pass.cpp | 4 ++-- .../category.time/locale.time.get.byname/get_year.pass.cpp | 4 ++-- .../locale.time.get.byname/get_year_wide.pass.cpp | 4 ++-- .../locale.time.get.members/date_order.pass.cpp | 2 +- .../locale.time.get/locale.time.get.members/get_date.pass.cpp | 2 +- .../locale.time.get.members/get_date_wide.pass.cpp | 2 +- .../locale.time.get/locale.time.get.members/get_many.pass.cpp | 2 +- .../locale.time.get.members/get_monthname.pass.cpp | 2 +- .../locale.time.get.members/get_monthname_wide.pass.cpp | 2 +- .../locale.time.get/locale.time.get.members/get_one.pass.cpp | 2 +- .../locale.time.get/locale.time.get.members/get_time.pass.cpp | 2 +- .../locale.time.get.members/get_time_wide.pass.cpp | 2 +- .../locale.time.get.members/get_weekday.pass.cpp | 2 +- .../locale.time.get.members/get_weekday_wide.pass.cpp | 2 +- .../locale.time.get/locale.time.get.members/get_year.pass.cpp | 2 +- .../category.time/locale.time.put.byname/put1.pass.cpp | 4 ++-- .../locale.time.put/locale.time.put.members/put1.pass.cpp | 2 +- .../locale.time.put/locale.time.put.members/put2.pass.cpp | 2 +- .../locale.numpunct.byname/decimal_point.pass.cpp | 2 +- .../facet.numpunct/locale.numpunct.byname/grouping.pass.cpp | 2 +- .../locale.numpunct.byname/thousands_sep.pass.cpp | 2 +- test/localization/locales/locale/locale.cons/assign.pass.cpp | 2 +- .../locales/locale/locale.cons/char_pointer.pass.cpp | 2 +- test/localization/locales/locale/locale.cons/copy.pass.cpp | 2 +- test/localization/locales/locale/locale.cons/default.pass.cpp | 2 +- .../locale/locale.cons/locale_char_pointer_cat.pass.cpp | 2 +- .../locales/locale/locale.cons/locale_facetptr.pass.cpp | 2 +- .../locales/locale/locale.cons/locale_locale_cat.pass.cpp | 2 +- .../locales/locale/locale.cons/locale_string_cat.pass.cpp | 2 +- test/localization/locales/locale/locale.cons/string.pass.cpp | 2 +- test/localization/locales/locale/locale.members/name.pass.cpp | 2 +- test/localization/locales/locale/locale.operators/eq.pass.cpp | 2 +- .../locales/locale/locale.statics/global.pass.cpp | 2 +- test/numerics/c.math/cmath.pass.cpp | 2 +- test/numerics/numeric.ops/accumulate/accumulate.pass.cpp | 2 +- test/numerics/numeric.ops/accumulate/accumulate_op.pass.cpp | 2 +- .../adjacent.difference/adjacent_difference.pass.cpp | 2 +- .../adjacent.difference/adjacent_difference_op.pass.cpp | 2 +- .../numerics/numeric.ops/inner.product/inner_product.pass.cpp | 2 +- .../numeric.ops/inner.product/inner_product_comp.pass.cpp | 2 +- test/numerics/numeric.ops/numeric.iota/iota.pass.cpp | 2 +- test/numerics/numeric.ops/partial.sum/partial_sum.pass.cpp | 2 +- test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp | 2 +- test/re/re.alg/re.alg.match/awk.pass.cpp | 2 +- test/re/re.alg/re.alg.match/basic.pass.cpp | 2 +- test/re/re.alg/re.alg.match/ecma.pass.cpp | 2 +- test/re/re.alg/re.alg.match/egrep.pass.cpp | 2 +- test/re/re.alg/re.alg.match/extended.pass.cpp | 2 +- test/re/re.alg/re.alg.match/grep.pass.cpp | 2 +- test/re/re.alg/re.alg.replace/test1.pass.cpp | 2 +- test/re/re.alg/re.alg.replace/test2.pass.cpp | 2 +- test/re/re.alg/re.alg.search/awk.pass.cpp | 2 +- test/re/re.alg/re.alg.search/basic.pass.cpp | 2 +- test/re/re.alg/re.alg.search/ecma.pass.cpp | 2 +- test/re/re.alg/re.alg.search/egrep.pass.cpp | 2 +- test/re/re.alg/re.alg.search/extended.pass.cpp | 2 +- test/re/re.alg/re.alg.search/grep.pass.cpp | 2 +- .../re.regex/re.regex.assign/assign_iter_iter_flag.pass.cpp | 2 +- test/re/re.regex/re.regex.construct/iter_iter.pass.cpp | 2 +- test/re/re.regex/re.regex.construct/iter_iter_flg.pass.cpp | 2 +- test/re/re.regex/re.regex.locale/imbue.pass.cpp | 2 +- test/re/re.results/re.results.form/form1.pass.cpp | 2 +- test/re/re.results/re.results.form/form2.pass.cpp | 2 +- test/re/re.traits/default.pass.cpp | 2 +- test/re/re.traits/getloc.pass.cpp | 2 +- test/re/re.traits/imbue.pass.cpp | 2 +- test/re/re.traits/lookup_classname.pass.cpp | 2 +- test/re/re.traits/lookup_collatename.pass.cpp | 2 +- test/re/re.traits/transform.pass.cpp | 2 +- test/re/re.traits/transform_primary.pass.cpp | 2 +- test/re/re.traits/translate_nocase.pass.cpp | 2 +- test/{ => support}/hexfloat.h | 0 test/{ => support}/platform_support.h | 0 test/{iterators.h => support/test_iterators.h} | 0 test/testit | 1 + 364 files changed, 389 insertions(+), 388 deletions(-) rename test/{ => support}/hexfloat.h (100%) rename test/{ => support}/platform_support.h (100%) rename test/{iterators.h => support/test_iterators.h} (100%) diff --git a/test/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp b/test/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp index 135293d4..a20d6ab7 100644 --- a/test/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp b/test/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp index 58271719..039fd2fe 100644 --- a/test/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp b/test/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp index 6e94cd9d..ab402a5e 100644 --- a/test/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" struct Pred { diff --git a/test/algorithms/alg.modifying.operations/alg.copy/copy_n.pass.cpp b/test/algorithms/alg.modifying.operations/alg.copy/copy_n.pass.cpp index cb755919..f594a0bf 100644 --- a/test/algorithms/alg.modifying.operations/alg.copy/copy_n.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.copy/copy_n.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.fill/fill.pass.cpp b/test/algorithms/alg.modifying.operations/alg.fill/fill.pass.cpp index 79608004..c72adac9 100644 --- a/test/algorithms/alg.modifying.operations/alg.fill/fill.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.fill/fill.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.fill/fill_n.pass.cpp b/test/algorithms/alg.modifying.operations/alg.fill/fill_n.pass.cpp index 309d8a99..b9be7c0a 100644 --- a/test/algorithms/alg.modifying.operations/alg.fill/fill_n.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.fill/fill_n.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.generate/generate.pass.cpp b/test/algorithms/alg.modifying.operations/alg.generate/generate.pass.cpp index bdf6acc8..f166d67b 100644 --- a/test/algorithms/alg.modifying.operations/alg.generate/generate.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.generate/generate.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" struct gen_test { diff --git a/test/algorithms/alg.modifying.operations/alg.generate/generate_n.pass.cpp b/test/algorithms/alg.modifying.operations/alg.generate/generate_n.pass.cpp index 64c6b00c..24941916 100644 --- a/test/algorithms/alg.modifying.operations/alg.generate/generate_n.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.generate/generate_n.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" struct gen_test { diff --git a/test/algorithms/alg.modifying.operations/alg.move/move.pass.cpp b/test/algorithms/alg.modifying.operations/alg.move/move.pass.cpp index 4eb6e912..43234be5 100644 --- a/test/algorithms/alg.modifying.operations/alg.move/move.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.move/move.pass.cpp @@ -20,7 +20,7 @@ #include #endif -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp b/test/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp index 64584379..02b6b16e 100644 --- a/test/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp @@ -20,7 +20,7 @@ #include #endif -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp b/test/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp index 2f7c026b..6098a203 100644 --- a/test/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" struct is_odd { diff --git a/test/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp b/test/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp index 81fb4075..8eddfbc4 100644 --- a/test/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp @@ -21,7 +21,7 @@ #include #endif -#include "../../../iterators.h" +#include "test_iterators.h" struct is_odd { diff --git a/test/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp b/test/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp index 8c28bdfd..67e1ccca 100644 --- a/test/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" struct is_odd { diff --git a/test/algorithms/alg.modifying.operations/alg.partitions/partition_point.pass.cpp b/test/algorithms/alg.modifying.operations/alg.partitions/partition_point.pass.cpp index 6056576c..f5b832c6 100644 --- a/test/algorithms/alg.modifying.operations/alg.partitions/partition_point.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.partitions/partition_point.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" struct is_odd { diff --git a/test/algorithms/alg.modifying.operations/alg.partitions/stable_partition.pass.cpp b/test/algorithms/alg.modifying.operations/alg.partitions/stable_partition.pass.cpp index 41bb315d..7810dec2 100644 --- a/test/algorithms/alg.modifying.operations/alg.partitions/stable_partition.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.partitions/stable_partition.pass.cpp @@ -21,7 +21,7 @@ #include #endif -#include "../../../iterators.h" +#include "test_iterators.h" struct is_odd { diff --git a/test/algorithms/alg.modifying.operations/alg.remove/remove.pass.cpp b/test/algorithms/alg.modifying.operations/alg.remove/remove.pass.cpp index 8ca008fe..80f86568 100644 --- a/test/algorithms/alg.modifying.operations/alg.remove/remove.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.remove/remove.pass.cpp @@ -21,7 +21,7 @@ #include #endif -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.remove/remove_copy.pass.cpp b/test/algorithms/alg.modifying.operations/alg.remove/remove_copy.pass.cpp index 1bb2e63a..bf5f79cf 100644 --- a/test/algorithms/alg.modifying.operations/alg.remove/remove_copy.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.remove/remove_copy.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.remove/remove_copy_if.pass.cpp b/test/algorithms/alg.modifying.operations/alg.remove/remove_copy_if.pass.cpp index 7fb1d041..de3f0a74 100644 --- a/test/algorithms/alg.modifying.operations/alg.remove/remove_copy_if.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.remove/remove_copy_if.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.remove/remove_if.pass.cpp b/test/algorithms/alg.modifying.operations/alg.remove/remove_if.pass.cpp index 7493b87c..6da3a677 100644 --- a/test/algorithms/alg.modifying.operations/alg.remove/remove_if.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.remove/remove_if.pass.cpp @@ -22,7 +22,7 @@ #include #endif -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.replace/replace.pass.cpp b/test/algorithms/alg.modifying.operations/alg.replace/replace.pass.cpp index 3a4f3bfb..f6033351 100644 --- a/test/algorithms/alg.modifying.operations/alg.replace/replace.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.replace/replace.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.replace/replace_copy.pass.cpp b/test/algorithms/alg.modifying.operations/alg.replace/replace_copy.pass.cpp index 02bf2aa4..3c4d0e50 100644 --- a/test/algorithms/alg.modifying.operations/alg.replace/replace_copy.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.replace/replace_copy.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.replace/replace_copy_if.pass.cpp b/test/algorithms/alg.modifying.operations/alg.replace/replace_copy_if.pass.cpp index d8c142e4..1eff3d39 100644 --- a/test/algorithms/alg.modifying.operations/alg.replace/replace_copy_if.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.replace/replace_copy_if.pass.cpp @@ -21,7 +21,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.replace/replace_if.pass.cpp b/test/algorithms/alg.modifying.operations/alg.replace/replace_if.pass.cpp index a22e7fa4..8d6ab04e 100644 --- a/test/algorithms/alg.modifying.operations/alg.replace/replace_if.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.replace/replace_if.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp b/test/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp index 4656a9d7..6c49605b 100644 --- a/test/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp b/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp index e6ffd4df..70840d18 100644 --- a/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp b/test/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp index 949bb5ce..b7da7354 100644 --- a/test/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp @@ -19,7 +19,7 @@ #include #endif -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.rotate/rotate_copy.pass.cpp b/test/algorithms/alg.modifying.operations/alg.rotate/rotate_copy.pass.cpp index b8a764d7..f2ad535a 100644 --- a/test/algorithms/alg.modifying.operations/alg.rotate/rotate_copy.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.rotate/rotate_copy.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp b/test/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp index 93665641..24fc47ea 100644 --- a/test/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp @@ -20,7 +20,7 @@ #include #endif -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.transform/binary_transform.pass.cpp b/test/algorithms/alg.modifying.operations/alg.transform/binary_transform.pass.cpp index 95455fff..8491ea59 100644 --- a/test/algorithms/alg.modifying.operations/alg.transform/binary_transform.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.transform/binary_transform.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.transform/unary_transform.pass.cpp b/test/algorithms/alg.modifying.operations/alg.transform/unary_transform.pass.cpp index 9c9c0d26..68556fd9 100644 --- a/test/algorithms/alg.modifying.operations/alg.transform/unary_transform.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.transform/unary_transform.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.unique/unique.pass.cpp b/test/algorithms/alg.modifying.operations/alg.unique/unique.pass.cpp index ca6eee63..ab4ffad6 100644 --- a/test/algorithms/alg.modifying.operations/alg.unique/unique.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.unique/unique.pass.cpp @@ -21,7 +21,7 @@ #include #endif -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.unique/unique_copy.pass.cpp b/test/algorithms/alg.modifying.operations/alg.unique/unique_copy.pass.cpp index e3a59b86..761dad4e 100644 --- a/test/algorithms/alg.modifying.operations/alg.unique/unique_copy.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.unique/unique_copy.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.modifying.operations/alg.unique/unique_copy_pred.pass.cpp b/test/algorithms/alg.modifying.operations/alg.unique/unique_copy_pred.pass.cpp index 2e62ab6c..6819899a 100644 --- a/test/algorithms/alg.modifying.operations/alg.unique/unique_copy_pred.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.unique/unique_copy_pred.pass.cpp @@ -21,7 +21,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" struct count_equal { diff --git a/test/algorithms/alg.modifying.operations/alg.unique/unique_pred.pass.cpp b/test/algorithms/alg.modifying.operations/alg.unique/unique_pred.pass.cpp index 58df57d4..c6df235b 100644 --- a/test/algorithms/alg.modifying.operations/alg.unique/unique_pred.pass.cpp +++ b/test/algorithms/alg.modifying.operations/alg.unique/unique_pred.pass.cpp @@ -21,7 +21,7 @@ #include #endif -#include "../../../iterators.h" +#include "test_iterators.h" struct count_equal { diff --git a/test/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find.pass.cpp b/test/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find.pass.cpp index e1b32986..ee030925 100644 --- a/test/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find_pred.pass.cpp b/test/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find_pred.pass.cpp index d4886115..4d172ff8 100644 --- a/test/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find_pred.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find_pred.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/algorithms/alg.nonmodifying/alg.all_of/all_of.pass.cpp b/test/algorithms/alg.nonmodifying/alg.all_of/all_of.pass.cpp index 7c900a7f..c3c34808 100644 --- a/test/algorithms/alg.nonmodifying/alg.all_of/all_of.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.all_of/all_of.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" struct test1 { diff --git a/test/algorithms/alg.nonmodifying/alg.any_of/any_of.pass.cpp b/test/algorithms/alg.nonmodifying/alg.any_of/any_of.pass.cpp index dd3de59f..d096e20d 100644 --- a/test/algorithms/alg.nonmodifying/alg.any_of/any_of.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.any_of/any_of.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" struct test1 { diff --git a/test/algorithms/alg.nonmodifying/alg.count/count.pass.cpp b/test/algorithms/alg.nonmodifying/alg.count/count.pass.cpp index 39ecfb25..260e5ede 100644 --- a/test/algorithms/alg.nonmodifying/alg.count/count.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.count/count.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/algorithms/alg.nonmodifying/alg.count/count_if.pass.cpp b/test/algorithms/alg.nonmodifying/alg.count/count_if.pass.cpp index 33118c91..025bc06a 100644 --- a/test/algorithms/alg.nonmodifying/alg.count/count_if.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.count/count_if.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp b/test/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp index d77e1e3d..1b1a2ad4 100644 --- a/test/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/algorithms/alg.nonmodifying/alg.equal/equal_pred.pass.cpp b/test/algorithms/alg.nonmodifying/alg.equal/equal_pred.pass.cpp index bb3c947e..b21d38b6 100644 --- a/test/algorithms/alg.nonmodifying/alg.equal/equal_pred.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.equal/equal_pred.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/algorithms/alg.nonmodifying/alg.find.end/find_end.pass.cpp b/test/algorithms/alg.nonmodifying/alg.find.end/find_end.pass.cpp index bdf9edc7..e95162b4 100644 --- a/test/algorithms/alg.nonmodifying/alg.find.end/find_end.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.find.end/find_end.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.nonmodifying/alg.find.end/find_end_pred.pass.cpp b/test/algorithms/alg.nonmodifying/alg.find.end/find_end_pred.pass.cpp index 1bd7509c..411858d5 100644 --- a/test/algorithms/alg.nonmodifying/alg.find.end/find_end_pred.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.find.end/find_end_pred.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" struct count_equal { diff --git a/test/algorithms/alg.nonmodifying/alg.find.first.of/find_first_of.pass.cpp b/test/algorithms/alg.nonmodifying/alg.find.first.of/find_first_of.pass.cpp index 31816a0b..96620767 100644 --- a/test/algorithms/alg.nonmodifying/alg.find.first.of/find_first_of.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.find.first.of/find_first_of.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/algorithms/alg.nonmodifying/alg.find.first.of/find_first_of_pred.pass.cpp b/test/algorithms/alg.nonmodifying/alg.find.first.of/find_first_of_pred.pass.cpp index 54957f31..d1d954ca 100644 --- a/test/algorithms/alg.nonmodifying/alg.find.first.of/find_first_of_pred.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.find.first.of/find_first_of_pred.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/algorithms/alg.nonmodifying/alg.find/find.pass.cpp b/test/algorithms/alg.nonmodifying/alg.find/find.pass.cpp index a078f063..09f0f412 100644 --- a/test/algorithms/alg.nonmodifying/alg.find/find.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.find/find.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/algorithms/alg.nonmodifying/alg.find/find_if.pass.cpp b/test/algorithms/alg.nonmodifying/alg.find/find_if.pass.cpp index 321e0c22..bde6ff38 100644 --- a/test/algorithms/alg.nonmodifying/alg.find/find_if.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.find/find_if.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/algorithms/alg.nonmodifying/alg.find/find_if_not.pass.cpp b/test/algorithms/alg.nonmodifying/alg.find/find_if_not.pass.cpp index 6c706315..661e643f 100644 --- a/test/algorithms/alg.nonmodifying/alg.find/find_if_not.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.find/find_if_not.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/algorithms/alg.nonmodifying/alg.foreach/test.pass.cpp b/test/algorithms/alg.nonmodifying/alg.foreach/test.pass.cpp index a3e3c6cd..bf80c2c6 100644 --- a/test/algorithms/alg.nonmodifying/alg.foreach/test.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.foreach/test.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" struct for_each_test { diff --git a/test/algorithms/alg.nonmodifying/alg.is_permutation/is_permutation.pass.cpp b/test/algorithms/alg.nonmodifying/alg.is_permutation/is_permutation.pass.cpp index 6f17853a..f68ccedb 100644 --- a/test/algorithms/alg.nonmodifying/alg.is_permutation/is_permutation.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.is_permutation/is_permutation.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/algorithms/alg.nonmodifying/alg.is_permutation/is_permutation_pred.pass.cpp b/test/algorithms/alg.nonmodifying/alg.is_permutation/is_permutation_pred.pass.cpp index e0125d59..2a3174f5 100644 --- a/test/algorithms/alg.nonmodifying/alg.is_permutation/is_permutation_pred.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.is_permutation/is_permutation_pred.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/algorithms/alg.nonmodifying/alg.none_of/none_of.pass.cpp b/test/algorithms/alg.nonmodifying/alg.none_of/none_of.pass.cpp index 89fbb846..f4ea1618 100644 --- a/test/algorithms/alg.nonmodifying/alg.none_of/none_of.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.none_of/none_of.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" struct test1 { diff --git a/test/algorithms/alg.nonmodifying/alg.search/search.pass.cpp b/test/algorithms/alg.nonmodifying/alg.search/search.pass.cpp index 0a7e5c7e..e5c2dd29 100644 --- a/test/algorithms/alg.nonmodifying/alg.search/search.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.search/search.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.nonmodifying/alg.search/search_pred.pass.cpp b/test/algorithms/alg.nonmodifying/alg.search/search_pred.pass.cpp index 193fc57e..192da03d 100644 --- a/test/algorithms/alg.nonmodifying/alg.search/search_pred.pass.cpp +++ b/test/algorithms/alg.nonmodifying/alg.search/search_pred.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" struct count_equal { diff --git a/test/algorithms/alg.nonmodifying/mismatch/mismatch.pass.cpp b/test/algorithms/alg.nonmodifying/mismatch/mismatch.pass.cpp index 0ab71de8..9dfebacf 100644 --- a/test/algorithms/alg.nonmodifying/mismatch/mismatch.pass.cpp +++ b/test/algorithms/alg.nonmodifying/mismatch/mismatch.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/algorithms/alg.nonmodifying/mismatch/mismatch_pred.pass.cpp b/test/algorithms/alg.nonmodifying/mismatch/mismatch_pred.pass.cpp index ea842a62..0258479b 100644 --- a/test/algorithms/alg.nonmodifying/mismatch/mismatch_pred.pass.cpp +++ b/test/algorithms/alg.nonmodifying/mismatch/mismatch_pred.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/algorithms/alg.sorting/alg.binary.search/binary.search/binary_search.pass.cpp b/test/algorithms/alg.sorting/alg.binary.search/binary.search/binary_search.pass.cpp index bf1c5dd3..253e0e38 100644 --- a/test/algorithms/alg.sorting/alg.binary.search/binary.search/binary_search.pass.cpp +++ b/test/algorithms/alg.sorting/alg.binary.search/binary.search/binary_search.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.binary.search/binary.search/binary_search_comp.pass.cpp b/test/algorithms/alg.sorting/alg.binary.search/binary.search/binary_search_comp.pass.cpp index 2860955b..1d284092 100644 --- a/test/algorithms/alg.sorting/alg.binary.search/binary.search/binary_search_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.binary.search/binary.search/binary_search_comp.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.binary.search/equal.range/equal_range.pass.cpp b/test/algorithms/alg.sorting/alg.binary.search/equal.range/equal_range.pass.cpp index e15c9c1c..ce659c1b 100644 --- a/test/algorithms/alg.sorting/alg.binary.search/equal.range/equal_range.pass.cpp +++ b/test/algorithms/alg.sorting/alg.binary.search/equal.range/equal_range.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.binary.search/equal.range/equal_range_comp.pass.cpp b/test/algorithms/alg.sorting/alg.binary.search/equal.range/equal_range_comp.pass.cpp index cd17c4c1..2b29e2c8 100644 --- a/test/algorithms/alg.sorting/alg.binary.search/equal.range/equal_range_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.binary.search/equal.range/equal_range_comp.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound.pass.cpp b/test/algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound.pass.cpp index 804f65d9..ce4f7ced 100644 --- a/test/algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound.pass.cpp +++ b/test/algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound_comp.pass.cpp b/test/algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound_comp.pass.cpp index f68c670e..ae65c59e 100644 --- a/test/algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound_comp.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound.pass.cpp b/test/algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound.pass.cpp index 9c4ee64d..3659e08f 100644 --- a/test/algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound.pass.cpp +++ b/test/algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound_comp.pass.cpp b/test/algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound_comp.pass.cpp index abc7d880..dd5fcfc2 100644 --- a/test/algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound_comp.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp b/test/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp index f3b294f2..3fa8b2c6 100644 --- a/test/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp +++ b/test/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare_comp.pass.cpp b/test/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare_comp.pass.cpp index 1c78a506..f5f1c07f 100644 --- a/test/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare_comp.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.merge/inplace_merge.pass.cpp b/test/algorithms/alg.sorting/alg.merge/inplace_merge.pass.cpp index f4317eb2..01db088a 100644 --- a/test/algorithms/alg.sorting/alg.merge/inplace_merge.pass.cpp +++ b/test/algorithms/alg.sorting/alg.merge/inplace_merge.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.merge/inplace_merge_comp.pass.cpp b/test/algorithms/alg.sorting/alg.merge/inplace_merge_comp.pass.cpp index 7bc0809f..8da8dfee 100644 --- a/test/algorithms/alg.sorting/alg.merge/inplace_merge_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.merge/inplace_merge_comp.pass.cpp @@ -30,7 +30,7 @@ struct indirect_less #endif // _LIBCPP_HAS_NO_RVALUE_REFERENCES -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.merge/merge.pass.cpp b/test/algorithms/alg.sorting/alg.merge/merge.pass.cpp index 0536813a..be19710b 100644 --- a/test/algorithms/alg.sorting/alg.merge/merge.pass.cpp +++ b/test/algorithms/alg.sorting/alg.merge/merge.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.merge/merge_comp.pass.cpp b/test/algorithms/alg.sorting/alg.merge/merge_comp.pass.cpp index 77c07272..8ef6d542 100644 --- a/test/algorithms/alg.sorting/alg.merge/merge_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.merge/merge_comp.pass.cpp @@ -22,7 +22,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.min.max/max_element.pass.cpp b/test/algorithms/alg.sorting/alg.min.max/max_element.pass.cpp index 4681041a..2788b193 100644 --- a/test/algorithms/alg.sorting/alg.min.max/max_element.pass.cpp +++ b/test/algorithms/alg.sorting/alg.min.max/max_element.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.min.max/max_element_comp.pass.cpp b/test/algorithms/alg.sorting/alg.min.max/max_element_comp.pass.cpp index d4bde658..c99c6936 100644 --- a/test/algorithms/alg.sorting/alg.min.max/max_element_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.min.max/max_element_comp.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.min.max/min_element.pass.cpp b/test/algorithms/alg.sorting/alg.min.max/min_element.pass.cpp index cba48136..fd41f7a9 100644 --- a/test/algorithms/alg.sorting/alg.min.max/min_element.pass.cpp +++ b/test/algorithms/alg.sorting/alg.min.max/min_element.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.min.max/min_element_comp.pass.cpp b/test/algorithms/alg.sorting/alg.min.max/min_element_comp.pass.cpp index 69872981..55d7215a 100644 --- a/test/algorithms/alg.sorting/alg.min.max/min_element_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.min.max/min_element_comp.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp b/test/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp index daf1990c..6cdb87de 100644 --- a/test/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp +++ b/test/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.min.max/minmax_element_comp.pass.cpp b/test/algorithms/alg.sorting/alg.min.max/minmax_element_comp.pass.cpp index 6bd532db..cc0e66e1 100644 --- a/test/algorithms/alg.sorting/alg.min.max/minmax_element_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.min.max/minmax_element_comp.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.permutation.generators/next_permutation.pass.cpp b/test/algorithms/alg.sorting/alg.permutation.generators/next_permutation.pass.cpp index 422f6e7a..fb58c718 100644 --- a/test/algorithms/alg.sorting/alg.permutation.generators/next_permutation.pass.cpp +++ b/test/algorithms/alg.sorting/alg.permutation.generators/next_permutation.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" #include diff --git a/test/algorithms/alg.sorting/alg.permutation.generators/next_permutation_comp.pass.cpp b/test/algorithms/alg.sorting/alg.permutation.generators/next_permutation_comp.pass.cpp index caea596c..8e87e9a4 100644 --- a/test/algorithms/alg.sorting/alg.permutation.generators/next_permutation_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.permutation.generators/next_permutation_comp.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" #include diff --git a/test/algorithms/alg.sorting/alg.permutation.generators/prev_permutation.pass.cpp b/test/algorithms/alg.sorting/alg.permutation.generators/prev_permutation.pass.cpp index ddff3ba1..d2fa2cb9 100644 --- a/test/algorithms/alg.sorting/alg.permutation.generators/prev_permutation.pass.cpp +++ b/test/algorithms/alg.sorting/alg.permutation.generators/prev_permutation.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" #include diff --git a/test/algorithms/alg.sorting/alg.permutation.generators/prev_permutation_comp.pass.cpp b/test/algorithms/alg.sorting/alg.permutation.generators/prev_permutation_comp.pass.cpp index 220c8d68..51b7aa8c 100644 --- a/test/algorithms/alg.sorting/alg.permutation.generators/prev_permutation_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.permutation.generators/prev_permutation_comp.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" #include diff --git a/test/algorithms/alg.sorting/alg.set.operations/includes/includes.pass.cpp b/test/algorithms/alg.sorting/alg.set.operations/includes/includes.pass.cpp index ab9df3e6..8db8177f 100644 --- a/test/algorithms/alg.sorting/alg.set.operations/includes/includes.pass.cpp +++ b/test/algorithms/alg.sorting/alg.set.operations/includes/includes.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.set.operations/includes/includes_comp.pass.cpp b/test/algorithms/alg.sorting/alg.set.operations/includes/includes_comp.pass.cpp index cc904f6e..7e1aef47 100644 --- a/test/algorithms/alg.sorting/alg.set.operations/includes/includes_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.set.operations/includes/includes_comp.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.set.operations/set.difference/set_difference.pass.cpp b/test/algorithms/alg.sorting/alg.set.operations/set.difference/set_difference.pass.cpp index 1f7001ac..c2c20c29 100644 --- a/test/algorithms/alg.sorting/alg.set.operations/set.difference/set_difference.pass.cpp +++ b/test/algorithms/alg.sorting/alg.set.operations/set.difference/set_difference.pass.cpp @@ -21,7 +21,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.set.operations/set.difference/set_difference_comp.pass.cpp b/test/algorithms/alg.sorting/alg.set.operations/set.difference/set_difference_comp.pass.cpp index 6217c45e..2b5a6a9f 100644 --- a/test/algorithms/alg.sorting/alg.set.operations/set.difference/set_difference_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.set.operations/set.difference/set_difference_comp.pass.cpp @@ -23,7 +23,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection.pass.cpp b/test/algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection.pass.cpp index eea9972b..f371890d 100644 --- a/test/algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection.pass.cpp +++ b/test/algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection.pass.cpp @@ -21,7 +21,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection_comp.pass.cpp b/test/algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection_comp.pass.cpp index 7f02ffd5..035522b5 100644 --- a/test/algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection_comp.pass.cpp @@ -23,7 +23,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference.pass.cpp b/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference.pass.cpp index 46a56487..ea3812a7 100644 --- a/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference.pass.cpp +++ b/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference.pass.cpp @@ -22,7 +22,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference_comp.pass.cpp b/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference_comp.pass.cpp index ae880e45..ba1f61a1 100644 --- a/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference_comp.pass.cpp @@ -24,7 +24,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.set.operations/set.union/set_union.pass.cpp b/test/algorithms/alg.sorting/alg.set.operations/set.union/set_union.pass.cpp index 8b18c504..46578501 100644 --- a/test/algorithms/alg.sorting/alg.set.operations/set.union/set_union.pass.cpp +++ b/test/algorithms/alg.sorting/alg.set.operations/set.union/set_union.pass.cpp @@ -21,7 +21,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.set.operations/set.union/set_union_comp.pass.cpp b/test/algorithms/alg.sorting/alg.set.operations/set.union/set_union_comp.pass.cpp index 0051e27c..3d63e3fb 100644 --- a/test/algorithms/alg.sorting/alg.set.operations/set.union/set_union_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.set.operations/set.union/set_union_comp.pass.cpp @@ -23,7 +23,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted.pass.cpp b/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted.pass.cpp index af75647f..dd6b5c17 100644 --- a/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted.pass.cpp +++ b/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_comp.pass.cpp b/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_comp.pass.cpp index cdeb3cd9..d5a34e2f 100644 --- a/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_comp.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until.pass.cpp b/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until.pass.cpp index 8dc1f835..bef01027 100644 --- a/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until.pass.cpp +++ b/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until_comp.pass.cpp b/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until_comp.pass.cpp index 2e445cfc..68ed29c6 100644 --- a/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until_comp.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy.pass.cpp b/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy.pass.cpp index 577dd926..5f298fde 100644 --- a/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy.pass.cpp +++ b/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy_comp.pass.cpp b/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy_comp.pass.cpp index a075d02a..df8fb9ea 100644 --- a/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy_comp.pass.cpp +++ b/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy_comp.pass.cpp @@ -23,7 +23,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/containers/associative/map/map.modifiers/insert_iter_iter.pass.cpp b/test/containers/associative/map/map.modifiers/insert_iter_iter.pass.cpp index 6f26dfe3..307e3e42 100644 --- a/test/containers/associative/map/map.modifiers/insert_iter_iter.pass.cpp +++ b/test/containers/associative/map/map.modifiers/insert_iter_iter.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/associative/multimap/multimap.modifiers/insert_iter_iter.pass.cpp b/test/containers/associative/multimap/multimap.modifiers/insert_iter_iter.pass.cpp index 071c0888..fcd4cee8 100644 --- a/test/containers/associative/multimap/multimap.modifiers/insert_iter_iter.pass.cpp +++ b/test/containers/associative/multimap/multimap.modifiers/insert_iter_iter.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/associative/multiset/insert_iter_iter.pass.cpp b/test/containers/associative/multiset/insert_iter_iter.pass.cpp index 5a09b087..231e0c57 100644 --- a/test/containers/associative/multiset/insert_iter_iter.pass.cpp +++ b/test/containers/associative/multiset/insert_iter_iter.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/associative/multiset/multiset.cons/iter_iter.pass.cpp b/test/containers/associative/multiset/multiset.cons/iter_iter.pass.cpp index 34d22267..d8a3c145 100644 --- a/test/containers/associative/multiset/multiset.cons/iter_iter.pass.cpp +++ b/test/containers/associative/multiset/multiset.cons/iter_iter.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/associative/multiset/multiset.cons/iter_iter_alloc.pass.cpp b/test/containers/associative/multiset/multiset.cons/iter_iter_alloc.pass.cpp index 5f32267f..a83e2ae5 100644 --- a/test/containers/associative/multiset/multiset.cons/iter_iter_alloc.pass.cpp +++ b/test/containers/associative/multiset/multiset.cons/iter_iter_alloc.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../test_compare.h" #include "../../../test_allocator.h" diff --git a/test/containers/associative/multiset/multiset.cons/iter_iter_comp.pass.cpp b/test/containers/associative/multiset/multiset.cons/iter_iter_comp.pass.cpp index 3c2f6e3e..0bbaaf12 100644 --- a/test/containers/associative/multiset/multiset.cons/iter_iter_comp.pass.cpp +++ b/test/containers/associative/multiset/multiset.cons/iter_iter_comp.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../test_compare.h" int main() diff --git a/test/containers/associative/set/insert_iter_iter.pass.cpp b/test/containers/associative/set/insert_iter_iter.pass.cpp index a22f5f83..3bc3a615 100644 --- a/test/containers/associative/set/insert_iter_iter.pass.cpp +++ b/test/containers/associative/set/insert_iter_iter.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/associative/set/set.cons/iter_iter.pass.cpp b/test/containers/associative/set/set.cons/iter_iter.pass.cpp index e1030c55..ff068503 100644 --- a/test/containers/associative/set/set.cons/iter_iter.pass.cpp +++ b/test/containers/associative/set/set.cons/iter_iter.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/associative/set/set.cons/iter_iter_alloc.pass.cpp b/test/containers/associative/set/set.cons/iter_iter_alloc.pass.cpp index 6986db54..9b4992bd 100644 --- a/test/containers/associative/set/set.cons/iter_iter_alloc.pass.cpp +++ b/test/containers/associative/set/set.cons/iter_iter_alloc.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../test_compare.h" #include "../../../test_allocator.h" diff --git a/test/containers/associative/set/set.cons/iter_iter_comp.pass.cpp b/test/containers/associative/set/set.cons/iter_iter_comp.pass.cpp index ee07bb2c..18bc0839 100644 --- a/test/containers/associative/set/set.cons/iter_iter_comp.pass.cpp +++ b/test/containers/associative/set/set.cons/iter_iter_comp.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../test_compare.h" int main() diff --git a/test/containers/sequences/deque/deque.cons/assign_iter_iter.pass.cpp b/test/containers/sequences/deque/deque.cons/assign_iter_iter.pass.cpp index 6ce1bf8d..da5a6163 100644 --- a/test/containers/sequences/deque/deque.cons/assign_iter_iter.pass.cpp +++ b/test/containers/sequences/deque/deque.cons/assign_iter_iter.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" std::deque make(int size, int start = 0 ) diff --git a/test/containers/sequences/deque/deque.cons/assign_size_value.pass.cpp b/test/containers/sequences/deque/deque.cons/assign_size_value.pass.cpp index d7d8668c..b92ba136 100644 --- a/test/containers/sequences/deque/deque.cons/assign_size_value.pass.cpp +++ b/test/containers/sequences/deque/deque.cons/assign_size_value.pass.cpp @@ -14,7 +14,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" std::deque make(int size, int start = 0 ) diff --git a/test/containers/sequences/deque/deque.cons/iter_iter.pass.cpp b/test/containers/sequences/deque/deque.cons/iter_iter.pass.cpp index 4c6604f4..a43c344c 100644 --- a/test/containers/sequences/deque/deque.cons/iter_iter.pass.cpp +++ b/test/containers/sequences/deque/deque.cons/iter_iter.pass.cpp @@ -15,7 +15,7 @@ #include #include "../../../stack_allocator.h" -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/containers/sequences/deque/deque.cons/iter_iter_alloc.pass.cpp b/test/containers/sequences/deque/deque.cons/iter_iter_alloc.pass.cpp index 86271fa4..cfa86a94 100644 --- a/test/containers/sequences/deque/deque.cons/iter_iter_alloc.pass.cpp +++ b/test/containers/sequences/deque/deque.cons/iter_iter_alloc.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../test_allocator.h" template diff --git a/test/containers/sequences/deque/deque.modifiers/insert_iter_iter.pass.cpp b/test/containers/sequences/deque/deque.modifiers/insert_iter_iter.pass.cpp index 777fc7e4..7132ff4c 100644 --- a/test/containers/sequences/deque/deque.modifiers/insert_iter_iter.pass.cpp +++ b/test/containers/sequences/deque/deque.modifiers/insert_iter_iter.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../MoveOnly.h" #include "../../../stack_allocator.h" diff --git a/test/containers/sequences/deque/deque.special/copy.pass.cpp b/test/containers/sequences/deque/deque.special/copy.pass.cpp index bca245e6..c5ef688b 100644 --- a/test/containers/sequences/deque/deque.special/copy.pass.cpp +++ b/test/containers/sequences/deque/deque.special/copy.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" std::deque make(int size, int start = 0 ) diff --git a/test/containers/sequences/deque/deque.special/copy_backward.pass.cpp b/test/containers/sequences/deque/deque.special/copy_backward.pass.cpp index 74e84bc1..7544ba82 100644 --- a/test/containers/sequences/deque/deque.special/copy_backward.pass.cpp +++ b/test/containers/sequences/deque/deque.special/copy_backward.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" std::deque make(int size, int start = 0 ) diff --git a/test/containers/sequences/deque/deque.special/move.pass.cpp b/test/containers/sequences/deque/deque.special/move.pass.cpp index 36c37e00..c4d36513 100644 --- a/test/containers/sequences/deque/deque.special/move.pass.cpp +++ b/test/containers/sequences/deque/deque.special/move.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" std::deque make(int size, int start = 0 ) diff --git a/test/containers/sequences/deque/deque.special/move_backward.pass.cpp b/test/containers/sequences/deque/deque.special/move_backward.pass.cpp index 5b4726e4..b56bf721 100644 --- a/test/containers/sequences/deque/deque.special/move_backward.pass.cpp +++ b/test/containers/sequences/deque/deque.special/move_backward.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" std::deque make(int size, int start = 0 ) diff --git a/test/containers/sequences/forwardlist/forwardlist.cons/assign_range.pass.cpp b/test/containers/sequences/forwardlist/forwardlist.cons/assign_range.pass.cpp index db6b587d..38fef428 100644 --- a/test/containers/sequences/forwardlist/forwardlist.cons/assign_range.pass.cpp +++ b/test/containers/sequences/forwardlist/forwardlist.cons/assign_range.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/sequences/forwardlist/forwardlist.cons/range.pass.cpp b/test/containers/sequences/forwardlist/forwardlist.cons/range.pass.cpp index 2986f614..e9c8aba9 100644 --- a/test/containers/sequences/forwardlist/forwardlist.cons/range.pass.cpp +++ b/test/containers/sequences/forwardlist/forwardlist.cons/range.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/sequences/forwardlist/forwardlist.cons/range_alloc.pass.cpp b/test/containers/sequences/forwardlist/forwardlist.cons/range_alloc.pass.cpp index 5709c7b0..0eec764f 100644 --- a/test/containers/sequences/forwardlist/forwardlist.cons/range_alloc.pass.cpp +++ b/test/containers/sequences/forwardlist/forwardlist.cons/range_alloc.pass.cpp @@ -18,7 +18,7 @@ #include #include "../../../test_allocator.h" -#include "../../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_range.pass.cpp b/test/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_range.pass.cpp index 544eb0b7..4d8ccc2e 100644 --- a/test/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_range.pass.cpp +++ b/test/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_range.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/sequences/list/list.cons/input_iterator.pass.cpp b/test/containers/sequences/list/list.cons/input_iterator.pass.cpp index 760a15e0..859f6bca 100644 --- a/test/containers/sequences/list/list.cons/input_iterator.pass.cpp +++ b/test/containers/sequences/list/list.cons/input_iterator.pass.cpp @@ -14,7 +14,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../stack_allocator.h" int main() diff --git a/test/containers/sequences/vector.bool/construct_iter_iter.pass.cpp b/test/containers/sequences/vector.bool/construct_iter_iter.pass.cpp index b64fd2d5..e2c01ee4 100644 --- a/test/containers/sequences/vector.bool/construct_iter_iter.pass.cpp +++ b/test/containers/sequences/vector.bool/construct_iter_iter.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/containers/sequences/vector.bool/construct_iter_iter_alloc.pass.cpp b/test/containers/sequences/vector.bool/construct_iter_iter_alloc.pass.cpp index df99cb53..70932b11 100644 --- a/test/containers/sequences/vector.bool/construct_iter_iter_alloc.pass.cpp +++ b/test/containers/sequences/vector.bool/construct_iter_iter_alloc.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/containers/sequences/vector.bool/insert_iter_iter_iter.pass.cpp b/test/containers/sequences/vector.bool/insert_iter_iter_iter.pass.cpp index 1f24c2e0..6d150cdd 100644 --- a/test/containers/sequences/vector.bool/insert_iter_iter_iter.pass.cpp +++ b/test/containers/sequences/vector.bool/insert_iter_iter_iter.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/sequences/vector/vector.cons/construct_iter_iter.pass.cpp b/test/containers/sequences/vector/vector.cons/construct_iter_iter.pass.cpp index c284f63b..9c9b88e7 100644 --- a/test/containers/sequences/vector/vector.cons/construct_iter_iter.pass.cpp +++ b/test/containers/sequences/vector/vector.cons/construct_iter_iter.pass.cpp @@ -14,7 +14,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../stack_allocator.h" template diff --git a/test/containers/sequences/vector/vector.cons/construct_iter_iter_alloc.pass.cpp b/test/containers/sequences/vector/vector.cons/construct_iter_iter_alloc.pass.cpp index 8f21cd21..17bba911 100644 --- a/test/containers/sequences/vector/vector.cons/construct_iter_iter_alloc.pass.cpp +++ b/test/containers/sequences/vector/vector.cons/construct_iter_iter_alloc.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../stack_allocator.h" template diff --git a/test/containers/sequences/vector/vector.modifiers/insert_iter_iter_iter.pass.cpp b/test/containers/sequences/vector/vector.modifiers/insert_iter_iter_iter.pass.cpp index 878258ca..84998b24 100644 --- a/test/containers/sequences/vector/vector.modifiers/insert_iter_iter_iter.pass.cpp +++ b/test/containers/sequences/vector/vector.modifiers/insert_iter_iter_iter.pass.cpp @@ -15,7 +15,7 @@ #include #include #include "../../../stack_allocator.h" -#include "../../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/unord/unord.map/unord.map.cnstr/range.pass.cpp b/test/containers/unord/unord.map/unord.map.cnstr/range.pass.cpp index 9b9d5ab5..0c4ccec7 100644 --- a/test/containers/unord/unord.map/unord.map.cnstr/range.pass.cpp +++ b/test/containers/unord/unord.map/unord.map.cnstr/range.pass.cpp @@ -21,7 +21,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../NotConstructible.h" #include "../../../test_compare.h" #include "../../../test_hash.h" diff --git a/test/containers/unord/unord.map/unord.map.cnstr/range_size.pass.cpp b/test/containers/unord/unord.map/unord.map.cnstr/range_size.pass.cpp index 9be6a3bf..0d8b1a7e 100644 --- a/test/containers/unord/unord.map/unord.map.cnstr/range_size.pass.cpp +++ b/test/containers/unord/unord.map/unord.map.cnstr/range_size.pass.cpp @@ -21,7 +21,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../NotConstructible.h" #include "../../../test_compare.h" #include "../../../test_hash.h" diff --git a/test/containers/unord/unord.map/unord.map.cnstr/range_size_hash.pass.cpp b/test/containers/unord/unord.map/unord.map.cnstr/range_size_hash.pass.cpp index 05fa7889..0d55b26c 100644 --- a/test/containers/unord/unord.map/unord.map.cnstr/range_size_hash.pass.cpp +++ b/test/containers/unord/unord.map/unord.map.cnstr/range_size_hash.pass.cpp @@ -22,7 +22,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../NotConstructible.h" #include "../../../test_compare.h" #include "../../../test_hash.h" diff --git a/test/containers/unord/unord.map/unord.map.cnstr/range_size_hash_equal.pass.cpp b/test/containers/unord/unord.map/unord.map.cnstr/range_size_hash_equal.pass.cpp index 4f4784fb..0c81503e 100644 --- a/test/containers/unord/unord.map/unord.map.cnstr/range_size_hash_equal.pass.cpp +++ b/test/containers/unord/unord.map/unord.map.cnstr/range_size_hash_equal.pass.cpp @@ -22,7 +22,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../NotConstructible.h" #include "../../../test_compare.h" #include "../../../test_hash.h" diff --git a/test/containers/unord/unord.map/unord.map.cnstr/range_size_hash_equal_allocator.pass.cpp b/test/containers/unord/unord.map/unord.map.cnstr/range_size_hash_equal_allocator.pass.cpp index d4f7b9f3..c8371ce0 100644 --- a/test/containers/unord/unord.map/unord.map.cnstr/range_size_hash_equal_allocator.pass.cpp +++ b/test/containers/unord/unord.map/unord.map.cnstr/range_size_hash_equal_allocator.pass.cpp @@ -23,7 +23,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../NotConstructible.h" #include "../../../test_compare.h" #include "../../../test_hash.h" diff --git a/test/containers/unord/unord.map/unorder.map.modifiers/insert_init.pass.cpp b/test/containers/unord/unord.map/unorder.map.modifiers/insert_init.pass.cpp index ee605575..532c7cb2 100644 --- a/test/containers/unord/unord.map/unorder.map.modifiers/insert_init.pass.cpp +++ b/test/containers/unord/unord.map/unorder.map.modifiers/insert_init.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/unord/unord.map/unorder.map.modifiers/insert_range.pass.cpp b/test/containers/unord/unord.map/unorder.map.modifiers/insert_range.pass.cpp index 2f01680d..eda189a7 100644 --- a/test/containers/unord/unord.map/unorder.map.modifiers/insert_range.pass.cpp +++ b/test/containers/unord/unord.map/unorder.map.modifiers/insert_range.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/unord/unord.multimap/unord.multimap.cnstr/range.pass.cpp b/test/containers/unord/unord.multimap/unord.multimap.cnstr/range.pass.cpp index 1055fbfd..5894e637 100644 --- a/test/containers/unord/unord.multimap/unord.multimap.cnstr/range.pass.cpp +++ b/test/containers/unord/unord.multimap/unord.multimap.cnstr/range.pass.cpp @@ -21,7 +21,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../NotConstructible.h" #include "../../../test_compare.h" #include "../../../test_hash.h" diff --git a/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size.pass.cpp b/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size.pass.cpp index 1ab664e1..c02aa533 100644 --- a/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size.pass.cpp +++ b/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size.pass.cpp @@ -21,7 +21,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../NotConstructible.h" #include "../../../test_compare.h" #include "../../../test_hash.h" diff --git a/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash.pass.cpp b/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash.pass.cpp index fb2b6a42..c3ce6189 100644 --- a/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash.pass.cpp +++ b/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash.pass.cpp @@ -22,7 +22,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../NotConstructible.h" #include "../../../test_compare.h" #include "../../../test_hash.h" diff --git a/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash_equal.pass.cpp b/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash_equal.pass.cpp index 23a38b2c..a13eba0e 100644 --- a/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash_equal.pass.cpp +++ b/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash_equal.pass.cpp @@ -22,7 +22,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../NotConstructible.h" #include "../../../test_compare.h" #include "../../../test_hash.h" diff --git a/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash_equal_allocator.pass.cpp b/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash_equal_allocator.pass.cpp index 8abeb3bd..402ef6be 100644 --- a/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash_equal_allocator.pass.cpp +++ b/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash_equal_allocator.pass.cpp @@ -23,7 +23,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../NotConstructible.h" #include "../../../test_compare.h" #include "../../../test_hash.h" diff --git a/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_init.pass.cpp b/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_init.pass.cpp index 1cdc45eb..cab85081 100644 --- a/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_init.pass.cpp +++ b/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_init.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_range.pass.cpp b/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_range.pass.cpp index 43b6c994..fa445472 100644 --- a/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_range.pass.cpp +++ b/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_range.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/unord/unord.multiset/insert_init.pass.cpp b/test/containers/unord/unord.multiset/insert_init.pass.cpp index bb4216d5..db82f65a 100644 --- a/test/containers/unord/unord.multiset/insert_init.pass.cpp +++ b/test/containers/unord/unord.multiset/insert_init.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/unord/unord.multiset/insert_range.pass.cpp b/test/containers/unord/unord.multiset/insert_range.pass.cpp index 44dddfdb..93d5e837 100644 --- a/test/containers/unord/unord.multiset/insert_range.pass.cpp +++ b/test/containers/unord/unord.multiset/insert_range.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/unord/unord.multiset/unord.multiset.cnstr/range.pass.cpp b/test/containers/unord/unord.multiset/unord.multiset.cnstr/range.pass.cpp index ac977595..92a5e98d 100644 --- a/test/containers/unord/unord.multiset/unord.multiset.cnstr/range.pass.cpp +++ b/test/containers/unord/unord.multiset/unord.multiset.cnstr/range.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../test_compare.h" #include "../../../test_hash.h" #include "../../../test_allocator.h" diff --git a/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size.pass.cpp b/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size.pass.cpp index 1fdee839..6d2aff60 100644 --- a/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size.pass.cpp +++ b/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../test_compare.h" #include "../../../test_hash.h" #include "../../../test_allocator.h" diff --git a/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash.pass.cpp b/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash.pass.cpp index 0f3ff974..fbec9836 100644 --- a/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash.pass.cpp +++ b/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash.pass.cpp @@ -21,7 +21,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../test_compare.h" #include "../../../test_hash.h" #include "../../../test_allocator.h" diff --git a/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash_equal.pass.cpp b/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash_equal.pass.cpp index c0f3c310..c7018756 100644 --- a/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash_equal.pass.cpp +++ b/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash_equal.pass.cpp @@ -21,7 +21,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../test_compare.h" #include "../../../test_hash.h" #include "../../../test_allocator.h" diff --git a/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash_equal_allocator.pass.cpp b/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash_equal_allocator.pass.cpp index 585adeb1..ba94ac43 100644 --- a/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash_equal_allocator.pass.cpp +++ b/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash_equal_allocator.pass.cpp @@ -22,7 +22,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../test_compare.h" #include "../../../test_hash.h" #include "../../../test_allocator.h" diff --git a/test/containers/unord/unord.set/insert_init.pass.cpp b/test/containers/unord/unord.set/insert_init.pass.cpp index 57588f44..3b1abdf4 100644 --- a/test/containers/unord/unord.set/insert_init.pass.cpp +++ b/test/containers/unord/unord.set/insert_init.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/unord/unord.set/insert_range.pass.cpp b/test/containers/unord/unord.set/insert_range.pass.cpp index cf713026..b0b8fc62 100644 --- a/test/containers/unord/unord.set/insert_range.pass.cpp +++ b/test/containers/unord/unord.set/insert_range.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/containers/unord/unord.set/unord.set.cnstr/range.pass.cpp b/test/containers/unord/unord.set/unord.set.cnstr/range.pass.cpp index 6419f333..1515a0c2 100644 --- a/test/containers/unord/unord.set/unord.set.cnstr/range.pass.cpp +++ b/test/containers/unord/unord.set/unord.set.cnstr/range.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../test_compare.h" #include "../../../test_hash.h" #include "../../../test_allocator.h" diff --git a/test/containers/unord/unord.set/unord.set.cnstr/range_size.pass.cpp b/test/containers/unord/unord.set/unord.set.cnstr/range_size.pass.cpp index 531a5f03..33d8f3a1 100644 --- a/test/containers/unord/unord.set/unord.set.cnstr/range_size.pass.cpp +++ b/test/containers/unord/unord.set/unord.set.cnstr/range_size.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../test_compare.h" #include "../../../test_hash.h" #include "../../../test_allocator.h" diff --git a/test/containers/unord/unord.set/unord.set.cnstr/range_size_hash.pass.cpp b/test/containers/unord/unord.set/unord.set.cnstr/range_size_hash.pass.cpp index d84d7266..deabebdb 100644 --- a/test/containers/unord/unord.set/unord.set.cnstr/range_size_hash.pass.cpp +++ b/test/containers/unord/unord.set/unord.set.cnstr/range_size_hash.pass.cpp @@ -21,7 +21,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../test_compare.h" #include "../../../test_hash.h" #include "../../../test_allocator.h" diff --git a/test/containers/unord/unord.set/unord.set.cnstr/range_size_hash_equal.pass.cpp b/test/containers/unord/unord.set/unord.set.cnstr/range_size_hash_equal.pass.cpp index 266c2cbb..a0fafadd 100644 --- a/test/containers/unord/unord.set/unord.set.cnstr/range_size_hash_equal.pass.cpp +++ b/test/containers/unord/unord.set/unord.set.cnstr/range_size_hash_equal.pass.cpp @@ -21,7 +21,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../test_compare.h" #include "../../../test_hash.h" #include "../../../test_allocator.h" diff --git a/test/containers/unord/unord.set/unord.set.cnstr/range_size_hash_equal_allocator.pass.cpp b/test/containers/unord/unord.set/unord.set.cnstr/range_size_hash_equal_allocator.pass.cpp index b2e99148..c6153df6 100644 --- a/test/containers/unord/unord.set/unord.set.cnstr/range_size_hash_equal_allocator.pass.cpp +++ b/test/containers/unord/unord.set/unord.set.cnstr/range_size_hash_equal_allocator.pass.cpp @@ -22,7 +22,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" #include "../../../test_compare.h" #include "../../../test_hash.h" #include "../../../test_allocator.h" diff --git a/test/depr/depr.c.headers/math_h.pass.cpp b/test/depr/depr.c.headers/math_h.pass.cpp index 9bc3116e..9e93966f 100644 --- a/test/depr/depr.c.headers/math_h.pass.cpp +++ b/test/depr/depr.c.headers/math_h.pass.cpp @@ -13,7 +13,7 @@ #include #include -#include "../../hexfloat.h" +#include "hexfloat.h" void test_acos() { diff --git a/test/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp b/test/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp index 24d130cd..1da38569 100644 --- a/test/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp +++ b/test/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros template struct test_buf diff --git a/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp b/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp index af6c6518..e34bc844 100644 --- a/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp +++ b/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros template struct test_buf diff --git a/test/input.output/iostream.format/ext.manip/get_money.pass.cpp b/test/input.output/iostream.format/ext.manip/get_money.pass.cpp index 297319c1..cdd762a9 100644 --- a/test/input.output/iostream.format/ext.manip/get_money.pass.cpp +++ b/test/input.output/iostream.format/ext.manip/get_money.pass.cpp @@ -14,7 +14,7 @@ #include #include -#include "../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros template struct testbuf diff --git a/test/input.output/iostream.format/ext.manip/get_time.pass.cpp b/test/input.output/iostream.format/ext.manip/get_time.pass.cpp index 825b9959..68665524 100644 --- a/test/input.output/iostream.format/ext.manip/get_time.pass.cpp +++ b/test/input.output/iostream.format/ext.manip/get_time.pass.cpp @@ -14,7 +14,7 @@ #include #include -#include "../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros template struct testbuf diff --git a/test/input.output/iostream.format/ext.manip/put_money.pass.cpp b/test/input.output/iostream.format/ext.manip/put_money.pass.cpp index e6d3d389..8d15dd93 100644 --- a/test/input.output/iostream.format/ext.manip/put_money.pass.cpp +++ b/test/input.output/iostream.format/ext.manip/put_money.pass.cpp @@ -14,7 +14,7 @@ #include #include -#include "../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros template class testbuf diff --git a/test/input.output/iostream.format/ext.manip/put_time.pass.cpp b/test/input.output/iostream.format/ext.manip/put_time.pass.cpp index ca4d7e13..d64ca07f 100644 --- a/test/input.output/iostream.format/ext.manip/put_time.pass.cpp +++ b/test/input.output/iostream.format/ext.manip/put_time.pass.cpp @@ -14,7 +14,7 @@ #include #include -#include "../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros template class testbuf diff --git a/test/input.output/iostreams.base/ios.base/ios.base.callback/register_callback.pass.cpp b/test/input.output/iostreams.base/ios.base/ios.base.callback/register_callback.pass.cpp index db578113..c0ed3150 100644 --- a/test/input.output/iostreams.base/ios.base/ios.base.callback/register_callback.pass.cpp +++ b/test/input.output/iostreams.base/ios.base/ios.base.callback/register_callback.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros class test : public std::ios diff --git a/test/input.output/iostreams.base/ios.base/ios.base.locales/imbue.pass.cpp b/test/input.output/iostreams.base/ios.base/ios.base.locales/imbue.pass.cpp index 66bf8297..4e34c08a 100644 --- a/test/input.output/iostreams.base/ios.base/ios.base.locales/imbue.pass.cpp +++ b/test/input.output/iostreams.base/ios.base/ios.base.locales/imbue.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros class test : public std::ios diff --git a/test/input.output/iostreams.base/ios/basic.ios.members/copyfmt.pass.cpp b/test/input.output/iostreams.base/ios/basic.ios.members/copyfmt.pass.cpp index 95048ded..80f6e267 100644 --- a/test/input.output/iostreams.base/ios/basic.ios.members/copyfmt.pass.cpp +++ b/test/input.output/iostreams.base/ios/basic.ios.members/copyfmt.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros struct testbuf : public std::streambuf diff --git a/test/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp b/test/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp index 33c32a79..6d4ce5f5 100644 --- a/test/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp +++ b/test/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros struct testbuf : public std::streambuf diff --git a/test/input.output/iostreams.base/ios/basic.ios.members/move.pass.cpp b/test/input.output/iostreams.base/ios/basic.ios.members/move.pass.cpp index 647606da..eb9262c9 100644 --- a/test/input.output/iostreams.base/ios/basic.ios.members/move.pass.cpp +++ b/test/input.output/iostreams.base/ios/basic.ios.members/move.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros struct testbuf : public std::streambuf diff --git a/test/input.output/iostreams.base/ios/basic.ios.members/swap.pass.cpp b/test/input.output/iostreams.base/ios/basic.ios.members/swap.pass.cpp index 5a59b350..08b8ec4a 100644 --- a/test/input.output/iostreams.base/ios/basic.ios.members/swap.pass.cpp +++ b/test/input.output/iostreams.base/ios/basic.ios.members/swap.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros struct testbuf : public std::streambuf diff --git a/test/input.output/stream.buffers/streambuf/streambuf.cons/copy.pass.cpp b/test/input.output/stream.buffers/streambuf/streambuf.cons/copy.pass.cpp index 8af132e5..c1e18392 100644 --- a/test/input.output/stream.buffers/streambuf/streambuf.cons/copy.pass.cpp +++ b/test/input.output/stream.buffers/streambuf/streambuf.cons/copy.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros template struct test diff --git a/test/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp b/test/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp index 3869c0bc..d8ca8aeb 100644 --- a/test/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp +++ b/test/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros template struct test diff --git a/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/locales.pass.cpp b/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/locales.pass.cpp index 2b8181f5..2c4f22b1 100644 --- a/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/locales.pass.cpp +++ b/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/locales.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros template struct test diff --git a/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp b/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp index bde16767..80319893 100644 --- a/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp +++ b/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros template struct test diff --git a/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/swap.pass.cpp b/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/swap.pass.cpp index 9a07e949..7a23206b 100644 --- a/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/swap.pass.cpp +++ b/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/swap.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros template struct test diff --git a/test/iterators/iterator.primitives/iterator.operations/advance.pass.cpp b/test/iterators/iterator.primitives/iterator.operations/advance.pass.cpp index db3dcc15..e395da29 100644 --- a/test/iterators/iterator.primitives/iterator.operations/advance.pass.cpp +++ b/test/iterators/iterator.primitives/iterator.operations/advance.pass.cpp @@ -21,7 +21,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/iterator.primitives/iterator.operations/distance.pass.cpp b/test/iterators/iterator.primitives/iterator.operations/distance.pass.cpp index aaea842a..7fef6358 100644 --- a/test/iterators/iterator.primitives/iterator.operations/distance.pass.cpp +++ b/test/iterators/iterator.primitives/iterator.operations/distance.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/iterator.primitives/iterator.operations/next.pass.cpp b/test/iterators/iterator.primitives/iterator.operations/next.pass.cpp index 6d99ed2b..f5841104 100644 --- a/test/iterators/iterator.primitives/iterator.operations/next.pass.cpp +++ b/test/iterators/iterator.primitives/iterator.operations/next.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/iterator.primitives/iterator.operations/prev.pass.cpp b/test/iterators/iterator.primitives/iterator.operations/prev.pass.cpp index 44ceb007..0641706c 100644 --- a/test/iterators/iterator.primitives/iterator.operations/prev.pass.cpp +++ b/test/iterators/iterator.primitives/iterator.operations/prev.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/make_move_iterator.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/make_move_iterator.pass.cpp index 6990459b..19535c76 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/make_move_iterator.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/make_move_iterator.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/minus.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/minus.pass.cpp index 62938c94..d52175c9 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/minus.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/minus.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/plus.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/plus.pass.cpp index ff975f6c..e67ebfca 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/plus.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/plus.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+/difference_type.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+/difference_type.pass.cpp index 794fb970..e9a19f49 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+/difference_type.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+/difference_type.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+=/difference_type.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+=/difference_type.pass.cpp index 6b6a8991..5de1bccf 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+=/difference_type.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+=/difference_type.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-/difference_type.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-/difference_type.pass.cpp index 5ed8e8c5..852f76a4 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-/difference_type.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-/difference_type.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-=/difference_type.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-=/difference_type.pass.cpp index f5439bea..f8630736 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-=/difference_type.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-=/difference_type.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_eq.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_eq.pass.cpp index bc1b48bc..fb4f0fa1 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_eq.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_eq.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gt.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gt.pass.cpp index 1af51a1b..0edd2857 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gt.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gt.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gte.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gte.pass.cpp index e4c94215..cb9cdb9a 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gte.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gte.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lt.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lt.pass.cpp index d0d1e889..e7979ddd 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lt.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lt.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lte.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lte.pass.cpp index 6dfecdab..97a7bfde 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lte.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lte.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_neq.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_neq.pass.cpp index 3f1e517d..9e4b9e37 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_neq.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_neq.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/convert.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/convert.pass.cpp index 6a370a83..8c73a7d5 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/convert.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/convert.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/default.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/default.pass.cpp index 30e4e14d..782cb602 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/default.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/default.pass.cpp @@ -15,7 +15,7 @@ #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/iter.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/iter.pass.cpp index ef37caf4..4a4a0601 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/iter.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/iter.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr/post.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr/post.pass.cpp index bb1ddb3d..26fab5be 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr/post.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr/post.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr/pre.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr/pre.pass.cpp index a6ea855c..700b3b63 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr/pre.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr/pre.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/post.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/post.pass.cpp index 8ef9305d..e7c13b57 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/post.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/post.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/pre.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/pre.pass.cpp index 4fae863a..f27c7372 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/pre.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/pre.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/difference_type.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/difference_type.pass.cpp index 064d95eb..8d507b82 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/difference_type.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/difference_type.pass.cpp @@ -20,7 +20,7 @@ #include #endif -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/move_iterator.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/move_iterator.pass.cpp index 919302c2..449f7e80 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/move_iterator.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/move_iterator.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/move.iterators/move.iterator/types.pass.cpp b/test/iterators/predef.iterators/move.iterators/move.iterator/types.pass.cpp index 62398aa0..9bdf7215 100644 --- a/test/iterators/predef.iterators/move.iterators/move.iterator/types.pass.cpp +++ b/test/iterators/predef.iterators/move.iterators/move.iterator/types.pass.cpp @@ -26,7 +26,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/default.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/default.pass.cpp index a8092736..72a767d1 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/default.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/default.pass.cpp @@ -15,7 +15,7 @@ #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/iter.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/iter.pass.cpp index 899c54ad..ea213c0d 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/iter.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/iter.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/reverse_iterator.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/reverse_iterator.pass.cpp index ef3382f2..280e7d59 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/reverse_iterator.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/reverse_iterator.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!=/test.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!=/test.pass.cpp index 6bf2db77..29da57e3 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!=/test.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!=/test.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++/post.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++/post.pass.cpp index 74cc1a53..bd936060 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++/post.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++/post.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++/pre.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++/pre.pass.cpp index fed4fb3a..f68a612f 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++/pre.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++/pre.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+/difference_type.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+/difference_type.pass.cpp index c823f101..39129d6b 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+/difference_type.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+/difference_type.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+=/difference_type.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+=/difference_type.pass.cpp index 69f26e2f..ac97aaf8 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+=/difference_type.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+=/difference_type.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op--/post.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op--/post.pass.cpp index b8ec2cb5..c3126e8c 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op--/post.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op--/post.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op--/pre.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op--/pre.pass.cpp index 6292292e..f9361cf9 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op--/pre.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op--/pre.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-/difference_type.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-/difference_type.pass.cpp index 29c600f5..79d47797 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-/difference_type.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-/difference_type.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-=/difference_type.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-=/difference_type.pass.cpp index ab34c31e..93addf99 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-=/difference_type.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-=/difference_type.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/reverse_iterator.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/reverse_iterator.pass.cpp index dc20326b..92573f9a 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/reverse_iterator.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/reverse_iterator.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op==/test.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op==/test.pass.cpp index 85b589f4..3da4b951 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op==/test.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op==/test.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff/test.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff/test.pass.cpp index 3b878ec5..437bb6f9 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff/test.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff/test.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt/test.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt/test.pass.cpp index 18ce7baf..afbb334e 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt/test.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt/test.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt=/test.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt=/test.pass.cpp index 7732a3ae..c6e79aff 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt=/test.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt=/test.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex/difference_type.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex/difference_type.pass.cpp index 9296c2bd..16f4a072 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex/difference_type.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex/difference_type.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt/test.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt/test.pass.cpp index fb91b060..2b389b85 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt/test.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt/test.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt=/test.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt=/test.pass.cpp index 0331f026..6c4f05cd 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt=/test.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt=/test.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum/difference_type.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum/difference_type.pass.cpp index 46720b8b..74747cb1 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum/difference_type.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum/difference_type.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/iterators/predef.iterators/reverse.iterators/reverse.iterator/types.pass.cpp b/test/iterators/predef.iterators/reverse.iterators/reverse.iterator/types.pass.cpp index 5bff9806..292a7778 100644 --- a/test/iterators/predef.iterators/reverse.iterators/reverse.iterator/types.pass.cpp +++ b/test/iterators/predef.iterators/reverse.iterators/reverse.iterator/types.pass.cpp @@ -28,7 +28,7 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" template struct find_current diff --git a/test/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp b/test/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp index f564adae..d6441252 100644 --- a/test/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp +++ b/test/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp @@ -24,7 +24,7 @@ #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp b/test/localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp index 9ebf2f98..f8641cb1 100644 --- a/test/localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp +++ b/test/localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/category.collate/locale.collate.byname/transform.pass.cpp b/test/localization/locale.categories/category.collate/locale.collate.byname/transform.pass.cpp index 70898d17..20a7d48f 100644 --- a/test/localization/locale.categories/category.collate/locale.collate.byname/transform.pass.cpp +++ b/test/localization/locale.categories/category.collate/locale.collate.byname/transform.pass.cpp @@ -19,7 +19,7 @@ #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/category.collate/locale.collate.byname/types.pass.cpp b/test/localization/locale.categories/category.collate/locale.collate.byname/types.pass.cpp index 021d92d4..04974b24 100644 --- a/test/localization/locale.categories/category.collate/locale.collate.byname/types.pass.cpp +++ b/test/localization/locale.categories/category.collate/locale.collate.byname/types.pass.cpp @@ -27,7 +27,7 @@ #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_wchar_t.pass.cpp b/test/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_wchar_t.pass.cpp index 736be10c..bc55f009 100644 --- a/test/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_wchar_t.pass.cpp +++ b/test/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_wchar_t.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef std::codecvt_byname F; diff --git a/test/localization/locale.categories/category.ctype/locale.ctype.byname/is_1.pass.cpp b/test/localization/locale.categories/category.ctype/locale.ctype.byname/is_1.pass.cpp index ec6b95bf..0ade80ae 100644 --- a/test/localization/locale.categories/category.ctype/locale.ctype.byname/is_1.pass.cpp +++ b/test/localization/locale.categories/category.ctype/locale.ctype.byname/is_1.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/category.ctype/locale.ctype.byname/is_many.pass.cpp b/test/localization/locale.categories/category.ctype/locale.ctype.byname/is_many.pass.cpp index e573574c..39f60714 100644 --- a/test/localization/locale.categories/category.ctype/locale.ctype.byname/is_many.pass.cpp +++ b/test/localization/locale.categories/category.ctype/locale.ctype.byname/is_many.pass.cpp @@ -20,7 +20,7 @@ #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_1.pass.cpp b/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_1.pass.cpp index c1edbfaf..04d061bc 100644 --- a/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_1.pass.cpp +++ b/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_1.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_many.pass.cpp b/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_many.pass.cpp index 1a758013..7165dc93 100644 --- a/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_many.pass.cpp +++ b/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_many.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/category.ctype/locale.ctype.byname/scan_is.pass.cpp b/test/localization/locale.categories/category.ctype/locale.ctype.byname/scan_is.pass.cpp index d3da67e2..ab087942 100644 --- a/test/localization/locale.categories/category.ctype/locale.ctype.byname/scan_is.pass.cpp +++ b/test/localization/locale.categories/category.ctype/locale.ctype.byname/scan_is.pass.cpp @@ -20,7 +20,7 @@ #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/category.ctype/locale.ctype.byname/scan_not.pass.cpp b/test/localization/locale.categories/category.ctype/locale.ctype.byname/scan_not.pass.cpp index 603c33ad..126fc5ab 100644 --- a/test/localization/locale.categories/category.ctype/locale.ctype.byname/scan_not.pass.cpp +++ b/test/localization/locale.categories/category.ctype/locale.ctype.byname/scan_not.pass.cpp @@ -20,7 +20,7 @@ #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp b/test/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp index e5c76c8b..f97944e5 100644 --- a/test/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp +++ b/test/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp b/test/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp index 11eba529..4543c93d 100644 --- a/test/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp +++ b/test/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp b/test/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp index e31a808e..7548b332 100644 --- a/test/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp +++ b/test/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp b/test/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp index 6a6c9ef5..95ec1ff7 100644 --- a/test/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp +++ b/test/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp b/test/localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp index aaa5fe96..03e8dfce 100644 --- a/test/localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp +++ b/test/localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp @@ -25,7 +25,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp b/test/localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp index 022a5950..ed56dd38 100644 --- a/test/localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp +++ b/test/localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp b/test/localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp index bf229596..c522762d 100644 --- a/test/localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp +++ b/test/localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_en_US.pass.cpp b/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_en_US.pass.cpp index 49448d54..edd9015c 100644 --- a/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_en_US.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_en_US.pass.cpp @@ -18,9 +18,9 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef std::money_get > Fn; diff --git a/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp b/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp index 6d32770f..2800b498 100644 --- a/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp @@ -18,9 +18,9 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef std::money_get > Fn; diff --git a/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp b/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp index c33e51c2..82e47471 100644 --- a/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp @@ -18,9 +18,9 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef std::money_get > Fn; diff --git a/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp b/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp index 3b342de4..cc5d825e 100644 --- a/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp @@ -18,9 +18,9 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef std::money_get > Fn; diff --git a/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_string_en_US.pass.cpp b/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_string_en_US.pass.cpp index a6efb9c9..29c52664 100644 --- a/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_string_en_US.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_string_en_US.pass.cpp @@ -18,9 +18,9 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef std::money_get > Fn; diff --git a/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_en_US.pass.cpp b/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_en_US.pass.cpp index 4c58309c..86148075 100644 --- a/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_en_US.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_en_US.pass.cpp @@ -18,9 +18,9 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef std::money_put > Fn; diff --git a/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp b/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp index b8434cd5..f7ca56bf 100644 --- a/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp @@ -18,9 +18,9 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef std::money_put > Fn; diff --git a/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp b/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp index 76c33ea5..07481dec 100644 --- a/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp @@ -18,9 +18,9 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef std::money_put > Fn; diff --git a/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp b/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp index 84c1fef8..8dc68c1a 100644 --- a/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp @@ -18,9 +18,9 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef std::money_put > Fn; diff --git a/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_string_en_US.pass.cpp b/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_string_en_US.pass.cpp index 27e9de61..13c6ef75 100644 --- a/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_string_en_US.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_string_en_US.pass.cpp @@ -18,9 +18,9 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef std::money_put > Fn; diff --git a/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/curr_symbol.pass.cpp b/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/curr_symbol.pass.cpp index 3f8c7011..33ffe54f 100644 --- a/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/curr_symbol.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/curr_symbol.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros class Fnf : public std::moneypunct_byname diff --git a/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp b/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp index 9e6a629b..b0fa38f5 100644 --- a/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros class Fnf : public std::moneypunct_byname diff --git a/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/frac_digits.pass.cpp b/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/frac_digits.pass.cpp index 7893d21d..6bfb0975 100644 --- a/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/frac_digits.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/frac_digits.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros class Fnf : public std::moneypunct_byname diff --git a/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/grouping.pass.cpp b/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/grouping.pass.cpp index 63bf3081..1c140373 100644 --- a/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/grouping.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/grouping.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros class Fnf : public std::moneypunct_byname diff --git a/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/neg_format.pass.cpp b/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/neg_format.pass.cpp index 25ab9c4f..0ab29576 100644 --- a/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/neg_format.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/neg_format.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros class Fnf : public std::moneypunct_byname diff --git a/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/negative_sign.pass.cpp b/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/negative_sign.pass.cpp index a84c3c62..97fcdaa1 100644 --- a/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/negative_sign.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/negative_sign.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros class Fnf : public std::moneypunct_byname diff --git a/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/pos_format.pass.cpp b/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/pos_format.pass.cpp index 7f18d39f..d9ea4a4a 100644 --- a/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/pos_format.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/pos_format.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros class Fnf : public std::moneypunct_byname diff --git a/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/positive_sign.pass.cpp b/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/positive_sign.pass.cpp index 59990dd1..3196d480 100644 --- a/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/positive_sign.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/positive_sign.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros class Fnf : public std::moneypunct_byname diff --git a/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp b/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp index 92b03690..b681874d 100644 --- a/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp +++ b/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros class Fnf : public std::moneypunct_byname diff --git a/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_bool.pass.cpp b/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_bool.pass.cpp index 897f7642..4f6f0b47 100644 --- a/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_bool.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_bool.pass.cpp @@ -17,7 +17,7 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::num_put > F; diff --git a/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_double.pass.cpp b/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_double.pass.cpp index 4020e0b3..a54b3731 100644 --- a/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_double.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_double.pass.cpp @@ -18,7 +18,7 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::num_put > F; diff --git a/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long.pass.cpp b/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long.pass.cpp index 9325f02a..4085f08c 100644 --- a/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long.pass.cpp @@ -17,7 +17,7 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::num_put > F; diff --git a/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp b/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp index 21287cdf..7da56bbb 100644 --- a/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp @@ -18,7 +18,7 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::num_put > F; diff --git a/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_long.pass.cpp b/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_long.pass.cpp index 9c7e4d1d..55f7d0f9 100644 --- a/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_long.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_long.pass.cpp @@ -17,7 +17,7 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::num_put > F; diff --git a/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_pointer.pass.cpp b/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_pointer.pass.cpp index fa925d00..8edcfc41 100644 --- a/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_pointer.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_pointer.pass.cpp @@ -17,7 +17,7 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::num_put > F; diff --git a/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_unsigned_long.pass.cpp b/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_unsigned_long.pass.cpp index 8b330c24..f7a577fb 100644 --- a/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_unsigned_long.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_unsigned_long.pass.cpp @@ -17,7 +17,7 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::num_put > F; diff --git a/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_unsigned_long_long.pass.cpp b/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_unsigned_long_long.pass.cpp index 9826f936..debbd5e0 100644 --- a/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_unsigned_long_long.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_unsigned_long_long.pass.cpp @@ -17,7 +17,7 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::num_put > F; diff --git a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_bool.pass.cpp b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_bool.pass.cpp index e41fdc7d..f2cc2e79 100644 --- a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_bool.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_bool.pass.cpp @@ -18,7 +18,7 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::num_get > F; diff --git a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_double.pass.cpp b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_double.pass.cpp index 8773b292..45505244 100644 --- a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_double.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_double.pass.cpp @@ -19,8 +19,8 @@ #include #include #include -#include "../../../../../iterators.h" -#include "../../../../../hexfloat.h" +#include "test_iterators.h" +#include "hexfloat.h" typedef std::num_get > F; diff --git a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_float.pass.cpp b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_float.pass.cpp index 768d0463..91388947 100644 --- a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_float.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_float.pass.cpp @@ -19,8 +19,8 @@ #include #include #include -#include "../../../../../iterators.h" -#include "../../../../../hexfloat.h" +#include "test_iterators.h" +#include "hexfloat.h" typedef std::num_get > F; diff --git a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp index 6f06a9f7..d900c376 100644 --- a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp @@ -18,7 +18,7 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::num_get > F; diff --git a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_double.pass.cpp b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_double.pass.cpp index 5525ce15..673f8dcc 100644 --- a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_double.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_double.pass.cpp @@ -19,8 +19,8 @@ #include #include #include -#include "../../../../../iterators.h" -#include "../../../../../hexfloat.h" +#include "test_iterators.h" +#include "hexfloat.h" typedef std::num_get > F; diff --git a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_long.pass.cpp b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_long.pass.cpp index c0b5d2a8..fe008762 100644 --- a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_long.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_long.pass.cpp @@ -18,7 +18,7 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::num_get > F; diff --git a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_pointer.pass.cpp b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_pointer.pass.cpp index f75fbbc9..c290722f 100644 --- a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_pointer.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_pointer.pass.cpp @@ -18,7 +18,7 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::num_get > F; diff --git a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_int.pass.cpp b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_int.pass.cpp index 1124e222..2d105697 100644 --- a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_int.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_int.pass.cpp @@ -18,7 +18,7 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::num_get > F; diff --git a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_long.pass.cpp b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_long.pass.cpp index c234f8b0..50f0ff5e 100644 --- a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_long.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_long.pass.cpp @@ -18,7 +18,7 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::num_get > F; diff --git a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_long_long.pass.cpp b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_long_long.pass.cpp index 1f353af0..31fbb2a2 100644 --- a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_long_long.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_long_long.pass.cpp @@ -18,7 +18,7 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::num_get > F; diff --git a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_short.pass.cpp b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_short.pass.cpp index 1438bceb..822b83e0 100644 --- a/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_short.pass.cpp +++ b/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_short.pass.cpp @@ -18,7 +18,7 @@ #include #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::num_get > F; diff --git a/test/localization/locale.categories/category.time/locale.time.get.byname/date_order.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get.byname/date_order.pass.cpp index b99bfa73..f9b8ef24 100644 --- a/test/localization/locale.categories/category.time/locale.time.get.byname/date_order.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get.byname/date_order.pass.cpp @@ -15,9 +15,9 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef std::time_get_byname > F; diff --git a/test/localization/locale.categories/category.time/locale.time.get.byname/date_order_wide.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get.byname/date_order_wide.pass.cpp index 011aefeb..f9fc39ff 100644 --- a/test/localization/locale.categories/category.time/locale.time.get.byname/date_order_wide.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get.byname/date_order_wide.pass.cpp @@ -15,9 +15,9 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef std::time_get_byname > F; diff --git a/test/localization/locale.categories/category.time/locale.time.get.byname/get_date.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get.byname/get_date.pass.cpp index e1dc1842..a5935bf0 100644 --- a/test/localization/locale.categories/category.time/locale.time.get.byname/get_date.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get.byname/get_date.pass.cpp @@ -17,9 +17,9 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get.byname/get_date_wide.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get.byname/get_date_wide.pass.cpp index bb8400a7..4c569ca7 100644 --- a/test/localization/locale.categories/category.time/locale.time.get.byname/get_date_wide.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get.byname/get_date_wide.pass.cpp @@ -17,9 +17,9 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp index 1d5794fb..b9c64d79 100644 --- a/test/localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp @@ -17,9 +17,9 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get.byname/get_monthname_wide.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get.byname/get_monthname_wide.pass.cpp index 6d8cb1c5..17ddaceb 100644 --- a/test/localization/locale.categories/category.time/locale.time.get.byname/get_monthname_wide.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get.byname/get_monthname_wide.pass.cpp @@ -17,9 +17,9 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp index 51b17b37..473bc277 100644 --- a/test/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp @@ -16,9 +16,9 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get.byname/get_one_wide.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get.byname/get_one_wide.pass.cpp index a23869ea..6d58337a 100644 --- a/test/localization/locale.categories/category.time/locale.time.get.byname/get_one_wide.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get.byname/get_one_wide.pass.cpp @@ -16,9 +16,9 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get.byname/get_time.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get.byname/get_time.pass.cpp index f23b7371..094a52c0 100644 --- a/test/localization/locale.categories/category.time/locale.time.get.byname/get_time.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get.byname/get_time.pass.cpp @@ -17,9 +17,9 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get.byname/get_time_wide.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get.byname/get_time_wide.pass.cpp index 5035519e..451e87f8 100644 --- a/test/localization/locale.categories/category.time/locale.time.get.byname/get_time_wide.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get.byname/get_time_wide.pass.cpp @@ -17,9 +17,9 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday.pass.cpp index 2ecdd0d5..39a6fe92 100644 --- a/test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday.pass.cpp @@ -17,9 +17,9 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday_wide.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday_wide.pass.cpp index deee27ec..951aee5f 100644 --- a/test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday_wide.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday_wide.pass.cpp @@ -17,9 +17,9 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get.byname/get_year.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get.byname/get_year.pass.cpp index a7d0e8f4..b558f43c 100644 --- a/test/localization/locale.categories/category.time/locale.time.get.byname/get_year.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get.byname/get_year.pass.cpp @@ -16,9 +16,9 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get.byname/get_year_wide.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get.byname/get_year_wide.pass.cpp index 81eb3b2a..088849d9 100644 --- a/test/localization/locale.categories/category.time/locale.time.get.byname/get_year_wide.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get.byname/get_year_wide.pass.cpp @@ -16,9 +16,9 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/date_order.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/date_order.pass.cpp index 64de281d..264494ba 100644 --- a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/date_order.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/date_order.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::time_get > F; diff --git a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date.pass.cpp index 25fb8f39..6b8bd73b 100644 --- a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date_wide.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date_wide.pass.cpp index 89a9ac79..4c663a3b 100644 --- a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date_wide.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date_wide.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_many.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_many.pass.cpp index fa3f4d99..39a10b48 100644 --- a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_many.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_many.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_monthname.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_monthname.pass.cpp index 80555443..19e378ce 100644 --- a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_monthname.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_monthname.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_monthname_wide.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_monthname_wide.pass.cpp index 3baa47a0..1761a6d8 100644 --- a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_monthname_wide.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_monthname_wide.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_one.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_one.pass.cpp index 6bca2670..05182c28 100644 --- a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_one.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_one.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_time.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_time.pass.cpp index d7b6f477..b8b05f6d 100644 --- a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_time.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_time.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_time_wide.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_time_wide.pass.cpp index 85ef7c7a..679d0584 100644 --- a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_time_wide.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_time_wide.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_weekday.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_weekday.pass.cpp index 2ddcef7c..918a9026 100644 --- a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_weekday.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_weekday.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_weekday_wide.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_weekday_wide.pass.cpp index dfce7e9e..5212eb12 100644 --- a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_weekday_wide.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_weekday_wide.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_year.pass.cpp b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_year.pass.cpp index f8a5fb97..6e5e04d2 100644 --- a/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_year.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_year.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef input_iterator I; diff --git a/test/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp b/test/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp index 2d07b4a0..270af25d 100644 --- a/test/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp @@ -23,9 +23,9 @@ #include #include -#include "../../../../iterators.h" +#include "test_iterators.h" -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros typedef std::time_put_byname > F; diff --git a/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put1.pass.cpp b/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put1.pass.cpp index bd313308..408141d7 100644 --- a/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put1.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put1.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::time_put > F; diff --git a/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put2.pass.cpp b/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put2.pass.cpp index 3e6d0670..577655f7 100644 --- a/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put2.pass.cpp +++ b/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put2.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../../iterators.h" +#include "test_iterators.h" typedef std::time_put > F; diff --git a/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/decimal_point.pass.cpp b/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/decimal_point.pass.cpp index fbfd189c..7becb8c1 100644 --- a/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/decimal_point.pass.cpp +++ b/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/decimal_point.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp b/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp index ec0ed36a..78bd944b 100644 --- a/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp +++ b/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp b/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp index 10eebffe..9fdca1d4 100644 --- a/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp +++ b/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locales/locale/locale.cons/assign.pass.cpp b/test/localization/locales/locale/locale.cons/assign.pass.cpp index b6fcf3e7..c894b628 100644 --- a/test/localization/locales/locale/locale.cons/assign.pass.cpp +++ b/test/localization/locales/locale/locale.cons/assign.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int new_called = 0; diff --git a/test/localization/locales/locale/locale.cons/char_pointer.pass.cpp b/test/localization/locales/locale/locale.cons/char_pointer.pass.cpp index 737da285..d279bf09 100644 --- a/test/localization/locales/locale/locale.cons/char_pointer.pass.cpp +++ b/test/localization/locales/locale/locale.cons/char_pointer.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int new_called = 0; diff --git a/test/localization/locales/locale/locale.cons/copy.pass.cpp b/test/localization/locales/locale/locale.cons/copy.pass.cpp index 03845757..73ef24bc 100644 --- a/test/localization/locales/locale/locale.cons/copy.pass.cpp +++ b/test/localization/locales/locale/locale.cons/copy.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int new_called = 0; diff --git a/test/localization/locales/locale/locale.cons/default.pass.cpp b/test/localization/locales/locale/locale.cons/default.pass.cpp index 9a7809fc..0d46a763 100644 --- a/test/localization/locales/locale/locale.cons/default.pass.cpp +++ b/test/localization/locales/locale/locale.cons/default.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int new_called = 0; diff --git a/test/localization/locales/locale/locale.cons/locale_char_pointer_cat.pass.cpp b/test/localization/locales/locale/locale.cons/locale_char_pointer_cat.pass.cpp index 0e6c071c..f5b959ac 100644 --- a/test/localization/locales/locale/locale.cons/locale_char_pointer_cat.pass.cpp +++ b/test/localization/locales/locale/locale.cons/locale_char_pointer_cat.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int new_called = 0; diff --git a/test/localization/locales/locale/locale.cons/locale_facetptr.pass.cpp b/test/localization/locales/locale/locale.cons/locale_facetptr.pass.cpp index e8016f48..cbf61859 100644 --- a/test/localization/locales/locale/locale.cons/locale_facetptr.pass.cpp +++ b/test/localization/locales/locale/locale.cons/locale_facetptr.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int new_called = 0; diff --git a/test/localization/locales/locale/locale.cons/locale_locale_cat.pass.cpp b/test/localization/locales/locale/locale.cons/locale_locale_cat.pass.cpp index 586febb0..87041a29 100644 --- a/test/localization/locales/locale/locale.cons/locale_locale_cat.pass.cpp +++ b/test/localization/locales/locale/locale.cons/locale_locale_cat.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int new_called = 0; diff --git a/test/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp b/test/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp index 3b43e70e..5774097f 100644 --- a/test/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp +++ b/test/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int new_called = 0; diff --git a/test/localization/locales/locale/locale.cons/string.pass.cpp b/test/localization/locales/locale/locale.cons/string.pass.cpp index 8cfeccf7..55694be2 100644 --- a/test/localization/locales/locale/locale.cons/string.pass.cpp +++ b/test/localization/locales/locale/locale.cons/string.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int new_called = 0; diff --git a/test/localization/locales/locale/locale.members/name.pass.cpp b/test/localization/locales/locale/locale.members/name.pass.cpp index 9948854f..9d9b1423 100644 --- a/test/localization/locales/locale/locale.members/name.pass.cpp +++ b/test/localization/locales/locale/locale.members/name.pass.cpp @@ -14,7 +14,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locales/locale/locale.operators/eq.pass.cpp b/test/localization/locales/locale/locale.operators/eq.pass.cpp index b3cf68e3..ec118e07 100644 --- a/test/localization/locales/locale/locale.operators/eq.pass.cpp +++ b/test/localization/locales/locale/locale.operators/eq.pass.cpp @@ -14,7 +14,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/localization/locales/locale/locale.statics/global.pass.cpp b/test/localization/locales/locale/locale.statics/global.pass.cpp index ca73505d..59a6bc6d 100644 --- a/test/localization/locales/locale/locale.statics/global.pass.cpp +++ b/test/localization/locales/locale/locale.statics/global.pass.cpp @@ -14,7 +14,7 @@ #include #include -#include "../../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros void check(const std::locale& loc) { diff --git a/test/numerics/c.math/cmath.pass.cpp b/test/numerics/c.math/cmath.pass.cpp index 7fa763b6..09b1fe41 100644 --- a/test/numerics/c.math/cmath.pass.cpp +++ b/test/numerics/c.math/cmath.pass.cpp @@ -13,7 +13,7 @@ #include #include -#include "../../hexfloat.h" +#include "hexfloat.h" void test_abs() { diff --git a/test/numerics/numeric.ops/accumulate/accumulate.pass.cpp b/test/numerics/numeric.ops/accumulate/accumulate.pass.cpp index d6b303bb..aae97ef4 100644 --- a/test/numerics/numeric.ops/accumulate/accumulate.pass.cpp +++ b/test/numerics/numeric.ops/accumulate/accumulate.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/numerics/numeric.ops/accumulate/accumulate_op.pass.cpp b/test/numerics/numeric.ops/accumulate/accumulate_op.pass.cpp index 53f460b2..19a87286 100644 --- a/test/numerics/numeric.ops/accumulate/accumulate_op.pass.cpp +++ b/test/numerics/numeric.ops/accumulate/accumulate_op.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/numerics/numeric.ops/adjacent.difference/adjacent_difference.pass.cpp b/test/numerics/numeric.ops/adjacent.difference/adjacent_difference.pass.cpp index 7eccaeb9..623371ed 100644 --- a/test/numerics/numeric.ops/adjacent.difference/adjacent_difference.pass.cpp +++ b/test/numerics/numeric.ops/adjacent.difference/adjacent_difference.pass.cpp @@ -22,7 +22,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/numerics/numeric.ops/adjacent.difference/adjacent_difference_op.pass.cpp b/test/numerics/numeric.ops/adjacent.difference/adjacent_difference_op.pass.cpp index bba7161b..a8fbfbe0 100644 --- a/test/numerics/numeric.ops/adjacent.difference/adjacent_difference_op.pass.cpp +++ b/test/numerics/numeric.ops/adjacent.difference/adjacent_difference_op.pass.cpp @@ -23,7 +23,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/numerics/numeric.ops/inner.product/inner_product.pass.cpp b/test/numerics/numeric.ops/inner.product/inner_product.pass.cpp index d23af2f0..68a8c49b 100644 --- a/test/numerics/numeric.ops/inner.product/inner_product.pass.cpp +++ b/test/numerics/numeric.ops/inner.product/inner_product.pass.cpp @@ -22,7 +22,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/numerics/numeric.ops/inner.product/inner_product_comp.pass.cpp b/test/numerics/numeric.ops/inner.product/inner_product_comp.pass.cpp index cf6f9c4a..31dbbd0b 100644 --- a/test/numerics/numeric.ops/inner.product/inner_product_comp.pass.cpp +++ b/test/numerics/numeric.ops/inner.product/inner_product_comp.pass.cpp @@ -24,7 +24,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/numerics/numeric.ops/numeric.iota/iota.pass.cpp b/test/numerics/numeric.ops/numeric.iota/iota.pass.cpp index 84f78301..eb7c8373 100644 --- a/test/numerics/numeric.ops/numeric.iota/iota.pass.cpp +++ b/test/numerics/numeric.ops/numeric.iota/iota.pass.cpp @@ -15,7 +15,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/numerics/numeric.ops/partial.sum/partial_sum.pass.cpp b/test/numerics/numeric.ops/partial.sum/partial_sum.pass.cpp index 5d990a23..cb468e01 100644 --- a/test/numerics/numeric.ops/partial.sum/partial_sum.pass.cpp +++ b/test/numerics/numeric.ops/partial.sum/partial_sum.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp b/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp index 3c3f403f..d8f2a93e 100644 --- a/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp +++ b/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp @@ -22,7 +22,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/re/re.alg/re.alg.match/awk.pass.cpp b/test/re/re.alg/re.alg.match/awk.pass.cpp index 4b0ed7ce..50cc55c4 100644 --- a/test/re/re.alg/re.alg.match/awk.pass.cpp +++ b/test/re/re.alg/re.alg.match/awk.pass.cpp @@ -20,7 +20,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/re/re.alg/re.alg.match/basic.pass.cpp b/test/re/re.alg/re.alg.match/basic.pass.cpp index c18109c6..55c73618 100644 --- a/test/re/re.alg/re.alg.match/basic.pass.cpp +++ b/test/re/re.alg/re.alg.match/basic.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/re/re.alg/re.alg.match/ecma.pass.cpp b/test/re/re.alg/re.alg.match/ecma.pass.cpp index f741622b..50c5cc61 100644 --- a/test/re/re.alg/re.alg.match/ecma.pass.cpp +++ b/test/re/re.alg/re.alg.match/ecma.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/re/re.alg/re.alg.match/egrep.pass.cpp b/test/re/re.alg/re.alg.match/egrep.pass.cpp index 2106bd1e..dd2e6038 100644 --- a/test/re/re.alg/re.alg.match/egrep.pass.cpp +++ b/test/re/re.alg/re.alg.match/egrep.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/re/re.alg/re.alg.match/extended.pass.cpp b/test/re/re.alg/re.alg.match/extended.pass.cpp index 3c6be081..683f65bb 100644 --- a/test/re/re.alg/re.alg.match/extended.pass.cpp +++ b/test/re/re.alg/re.alg.match/extended.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/re/re.alg/re.alg.match/grep.pass.cpp b/test/re/re.alg/re.alg.match/grep.pass.cpp index 954f8a46..2dc0966d 100644 --- a/test/re/re.alg/re.alg.match/grep.pass.cpp +++ b/test/re/re.alg/re.alg.match/grep.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/re/re.alg/re.alg.replace/test1.pass.cpp b/test/re/re.alg/re.alg.replace/test1.pass.cpp index cc51ec3a..9fd84fdc 100644 --- a/test/re/re.alg/re.alg.replace/test1.pass.cpp +++ b/test/re/re.alg/re.alg.replace/test1.pass.cpp @@ -22,7 +22,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/re/re.alg/re.alg.replace/test2.pass.cpp b/test/re/re.alg/re.alg.replace/test2.pass.cpp index 4be5a129..63a4ed56 100644 --- a/test/re/re.alg/re.alg.replace/test2.pass.cpp +++ b/test/re/re.alg/re.alg.replace/test2.pass.cpp @@ -22,7 +22,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/re/re.alg/re.alg.search/awk.pass.cpp b/test/re/re.alg/re.alg.search/awk.pass.cpp index e8193a29..57606c1b 100644 --- a/test/re/re.alg/re.alg.search/awk.pass.cpp +++ b/test/re/re.alg/re.alg.search/awk.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/re/re.alg/re.alg.search/basic.pass.cpp b/test/re/re.alg/re.alg.search/basic.pass.cpp index 824c82c5..56396f31 100644 --- a/test/re/re.alg/re.alg.search/basic.pass.cpp +++ b/test/re/re.alg/re.alg.search/basic.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/re/re.alg/re.alg.search/ecma.pass.cpp b/test/re/re.alg/re.alg.search/ecma.pass.cpp index 52efef00..8149157f 100644 --- a/test/re/re.alg/re.alg.search/ecma.pass.cpp +++ b/test/re/re.alg/re.alg.search/ecma.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/re/re.alg/re.alg.search/egrep.pass.cpp b/test/re/re.alg/re.alg.search/egrep.pass.cpp index 562cc082..1dffed44 100644 --- a/test/re/re.alg/re.alg.search/egrep.pass.cpp +++ b/test/re/re.alg/re.alg.search/egrep.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/re/re.alg/re.alg.search/extended.pass.cpp b/test/re/re.alg/re.alg.search/extended.pass.cpp index e1a5ca74..8240872d 100644 --- a/test/re/re.alg/re.alg.search/extended.pass.cpp +++ b/test/re/re.alg/re.alg.search/extended.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/re/re.alg/re.alg.search/grep.pass.cpp b/test/re/re.alg/re.alg.search/grep.pass.cpp index 018118ba..113243ec 100644 --- a/test/re/re.alg/re.alg.search/grep.pass.cpp +++ b/test/re/re.alg/re.alg.search/grep.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/re/re.regex/re.regex.assign/assign_iter_iter_flag.pass.cpp b/test/re/re.regex/re.regex.assign/assign_iter_iter_flag.pass.cpp index 493c9fa9..529a64a2 100644 --- a/test/re/re.regex/re.regex.assign/assign_iter_iter_flag.pass.cpp +++ b/test/re/re.regex/re.regex.assign/assign_iter_iter_flag.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/re/re.regex/re.regex.construct/iter_iter.pass.cpp b/test/re/re.regex/re.regex.construct/iter_iter.pass.cpp index e16bb729..a38e1623 100644 --- a/test/re/re.regex/re.regex.construct/iter_iter.pass.cpp +++ b/test/re/re.regex/re.regex.construct/iter_iter.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/re/re.regex/re.regex.construct/iter_iter_flg.pass.cpp b/test/re/re.regex/re.regex.construct/iter_iter_flg.pass.cpp index 37b66e9e..c4c440e6 100644 --- a/test/re/re.regex/re.regex.construct/iter_iter_flg.pass.cpp +++ b/test/re/re.regex/re.regex.construct/iter_iter_flg.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/re/re.regex/re.regex.locale/imbue.pass.cpp b/test/re/re.regex/re.regex.locale/imbue.pass.cpp index 173ecdd9..be0b26dc 100644 --- a/test/re/re.regex/re.regex.locale/imbue.pass.cpp +++ b/test/re/re.regex/re.regex.locale/imbue.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/re/re.results/re.results.form/form1.pass.cpp b/test/re/re.results/re.results.form/form1.pass.cpp index 602311c6..9701c60b 100644 --- a/test/re/re.results/re.results.form/form1.pass.cpp +++ b/test/re/re.results/re.results.form/form1.pass.cpp @@ -19,7 +19,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/re/re.results/re.results.form/form2.pass.cpp b/test/re/re.results/re.results.form/form2.pass.cpp index 447b39b0..9e82c1f6 100644 --- a/test/re/re.results/re.results.form/form2.pass.cpp +++ b/test/re/re.results/re.results.form/form2.pass.cpp @@ -21,7 +21,7 @@ #include #include -#include "../../../iterators.h" +#include "test_iterators.h" #include "../../test_allocator.h" int main() diff --git a/test/re/re.traits/default.pass.cpp b/test/re/re.traits/default.pass.cpp index babc1c54..c9a97e02 100644 --- a/test/re/re.traits/default.pass.cpp +++ b/test/re/re.traits/default.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/re/re.traits/getloc.pass.cpp b/test/re/re.traits/getloc.pass.cpp index d2eb21c8..27ab6cd8 100644 --- a/test/re/re.traits/getloc.pass.cpp +++ b/test/re/re.traits/getloc.pass.cpp @@ -16,7 +16,7 @@ #include #include -#include "../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/re/re.traits/imbue.pass.cpp b/test/re/re.traits/imbue.pass.cpp index 224efd71..11eca41d 100644 --- a/test/re/re.traits/imbue.pass.cpp +++ b/test/re/re.traits/imbue.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../platform_support.h" // locale name macros +#include "platform_support.h" // locale name macros int main() { diff --git a/test/re/re.traits/lookup_classname.pass.cpp b/test/re/re.traits/lookup_classname.pass.cpp index 0db61c0b..6819fb4f 100644 --- a/test/re/re.traits/lookup_classname.pass.cpp +++ b/test/re/re.traits/lookup_classname.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/re/re.traits/lookup_collatename.pass.cpp b/test/re/re.traits/lookup_collatename.pass.cpp index 96acd679..055b5548 100644 --- a/test/re/re.traits/lookup_collatename.pass.cpp +++ b/test/re/re.traits/lookup_collatename.pass.cpp @@ -18,7 +18,7 @@ #include #include #include -#include "../../iterators.h" +#include "test_iterators.h" template void diff --git a/test/re/re.traits/transform.pass.cpp b/test/re/re.traits/transform.pass.cpp index 780826dc..9b9feb13 100644 --- a/test/re/re.traits/transform.pass.cpp +++ b/test/re/re.traits/transform.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/re/re.traits/transform_primary.pass.cpp b/test/re/re.traits/transform_primary.pass.cpp index 869f12e4..1e2aca67 100644 --- a/test/re/re.traits/transform_primary.pass.cpp +++ b/test/re/re.traits/transform_primary.pass.cpp @@ -18,7 +18,7 @@ #include #include -#include "../../iterators.h" +#include "test_iterators.h" int main() { diff --git a/test/re/re.traits/translate_nocase.pass.cpp b/test/re/re.traits/translate_nocase.pass.cpp index 86d303ae..3afc3362 100644 --- a/test/re/re.traits/translate_nocase.pass.cpp +++ b/test/re/re.traits/translate_nocase.pass.cpp @@ -17,7 +17,7 @@ #include #include -#include "../../platform_support.h" +#include "platform_support.h" int main() { diff --git a/test/hexfloat.h b/test/support/hexfloat.h similarity index 100% rename from test/hexfloat.h rename to test/support/hexfloat.h diff --git a/test/platform_support.h b/test/support/platform_support.h similarity index 100% rename from test/platform_support.h rename to test/support/platform_support.h diff --git a/test/iterators.h b/test/support/test_iterators.h similarity index 100% rename from test/iterators.h rename to test/support/test_iterators.h diff --git a/test/testit b/test/testit index 748c2466..945c7004 100755 --- a/test/testit +++ b/test/testit @@ -40,6 +40,7 @@ if [ -z "$OPTIONS" ] then OPTIONS="-std=c++0x -stdlib=libc++" fi +OPTIONS="$OPTIONS -I$LIBCXX_ROOT/test/support" if [ -z "$HEADER_INCLUDE" ] then