mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-09 23:23:54 +00:00
Fix 31 character limit
[SVN r25193]
This commit is contained in:
parent
65af4c96a9
commit
1f999864a1
@ -12,9 +12,9 @@ test-suite iterator_examples
|
||||
[ run node_iterator3.cpp ]
|
||||
[ run counting_iterator_example.cpp ]
|
||||
[ run filter_iterator_example.cpp ]
|
||||
[ run function_output_iterator_example.cpp ]
|
||||
[ run func_output_iter_example.cpp ]
|
||||
[ run indirect_iterator_example.cpp ]
|
||||
[ run permutation_iterator_example.cpp ]
|
||||
[ run permutation_iter_example.cpp ]
|
||||
[ run reverse_iterator_example.cpp ]
|
||||
[ run transform_iterator_example.cpp ]
|
||||
;
|
||||
|
@ -36,11 +36,11 @@ test-suite iterator
|
||||
[ run iterator_adaptor_cc.cpp ]
|
||||
[ run iterator_adaptor_test.cpp ]
|
||||
[ compile iterator_archetype_cc.cpp ]
|
||||
[ compile-fail iterator_archetype_default_ctor.cpp ]
|
||||
[ compile-fail lvalue_concept_fail_expected.cpp ]
|
||||
[ compile-fail iter_archetype_default_ctor.cpp ]
|
||||
[ compile-fail lvalue_concept_fail.cpp ]
|
||||
[ run transform_iterator_test.cpp ]
|
||||
[ run indirect_iterator_test.cpp ]
|
||||
[ compile indirect_iterator_member_types.cpp ]
|
||||
[ compile indirect_iter_member_types.cpp ]
|
||||
[ run filter_iterator_test.cpp ]
|
||||
[ run iterator_facade.cpp ]
|
||||
[ run reverse_iterator_test.cpp ]
|
||||
|
@ -32,11 +32,11 @@ test-suite iterator
|
||||
[ run iterator_adaptor_cc.cpp ]
|
||||
[ run iterator_adaptor_test.cpp ]
|
||||
[ compile iterator_archetype_cc.cpp ]
|
||||
[ compile-fail iterator_archetype_default_ctor.cpp ]
|
||||
[ compile-fail lvalue_concept_fail_expected.cpp ]
|
||||
[ compile-fail iter_archetype_default_ctor.cpp ]
|
||||
[ compile-fail lvalue_concept_fail.cpp ]
|
||||
[ run transform_iterator_test.cpp ]
|
||||
[ run indirect_iterator_test.cpp ]
|
||||
[ compile indirect_iterator_member_types.cpp ]
|
||||
[ compile indirect_iter_member_types.cpp ]
|
||||
[ run filter_iterator_test.cpp ]
|
||||
[ run reverse_iterator_test.cpp ]
|
||||
[ run counting_iterator_test.cpp ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user