fusion/test/sequence
Nikita Kniazev a26dcf59ce TST: vector_n: Fixed conversion warning
```
boost\fusion\container\vector\vector.hpp(168): warning C4244: 'initializing': conversion from 'T' to 'T', possible loss of data
1>        with
1>        [
1>            T=int
1>        ]
1>        and
1>        [
1>            T=float
1>        ]
```
2018-10-05 15:54:35 +03:00
..
adapt_adt_empty.cpp
adapt_adt_named_empty.cpp
adapt_adt_named.cpp
adapt_adt.cpp
adapt_assoc_adt_empty.cpp
adapt_assoc_adt_named_empty.cpp
adapt_assoc_adt_named.cpp
adapt_assoc_adt.cpp
adapt_assoc_struct_empty.cpp
adapt_assoc_struct_named_empty.cpp
adapt_assoc_struct_named.cpp
adapt_assoc_struct.cpp
adapt_assoc_tpl_adt_empty.cpp
adapt_assoc_tpl_adt.cpp
adapt_assoc_tpl_struct_empty.cpp
adapt_assoc_tpl_struct.cpp
adapt_struct_empty.cpp
adapt_struct_named_empty.cpp
adapt_struct_named.cpp
adapt_struct.cpp
adapt_tpl_adt_empty.cpp
adapt_tpl_adt.cpp
adapt_tpl_struct_empty.cpp
adapt_tpl_struct.cpp
adt_attribute_proxy.cpp
array.cpp
as_deque.cpp
as_list.cpp
as_map_assoc.cpp
as_map.cpp
as_set.cpp
as_vector.cpp
back_extended_deque.cpp
boost_array.cpp
boost_tuple_iterator.cpp
boost_tuple.cpp
comparison.hpp
cons.cpp
construction.hpp
conversion.hpp Correct testcase condition. 2016-11-01 02:28:45 +09:00
convert_boost_tuple.cpp
convert_deque.cpp
convert_list.cpp
convert_std_pair.cpp
convert_std_tuple.cpp
convert_vector.cpp
convert.hpp
copy.hpp
deduce_sequence.cpp
define_assoc_struct_empty.cpp
define_assoc_struct_move.cpp
define_assoc_struct.cpp
define_assoc_tpl_struct_empty.cpp
define_assoc_tpl_struct_move.cpp
define_assoc_tpl_struct.cpp
define_struct_empty.cpp
define_struct_inline_empty.cpp
define_struct_inline_move.cpp
define_struct_inline.cpp
define_struct_move.cpp
define_struct.cpp
define_tpl_struct_empty.cpp
define_tpl_struct_inline_empty.cpp
define_tpl_struct_inline_move.cpp
define_tpl_struct_inline.cpp
define_tpl_struct_move.cpp
define_tpl_struct.cpp
deque_comparison.cpp
deque_construction.cpp
deque_copy.cpp
deque_hash.cpp
deque_is_constructible.cpp
deque_iterator.cpp
deque_make.cpp
deque_misc.cpp
deque_move.cpp
deque_mutate.cpp
deque_nest.cpp
deque_tie.cpp
deque_value_at.cpp
filter_view.cpp
fixture.hpp
flatten_view.cpp
front_extended_deque.cpp
github-159.cpp
github-176.cpp
hash.cpp
hash.hpp
io.cpp
iterator_range.cpp
iterator.hpp
joint_view.cpp
list_comparison.cpp
list_construction.cpp
list_copy.cpp
list_hash.cpp
list_iterator.cpp
list_make.cpp
list_misc.cpp
list_mutate.cpp
list_nest.cpp
list_tie.cpp
list_value_at.cpp
make_list.cpp
make_vector.cpp
make.hpp
map_comparison.cpp
map_construction.cpp
map_copy.cpp
map_misc.cpp
map_move.cpp
map_mutate.cpp
map_tie.cpp
map.cpp
misc.hpp
move.hpp
mutate.hpp
nest.hpp
nil.cpp
nview.cpp
ref_vector.cpp
repetitive_view.cpp
reverse_view.cpp
segmented_iterator_range.cpp
set.cpp
single_view.cpp
size.cpp
std_array.cpp
std_pair.cpp
std_tuple_iterator.cpp
std_tuple.cpp
swap.cpp
test_deduce_sequence.cpp
tie.hpp
traits.hpp
transform_view.cpp Bumped copyright date 2011-09-16 05:27:16 +00:00
tree.hpp
tuple_comparison.cpp
tuple_construction.cpp
tuple_conversion.cpp
tuple_copy.cpp
tuple_element.cpp
tuple_hash.cpp
tuple_make.cpp
tuple_misc.cpp
tuple_mutate.cpp
tuple_nest.cpp
tuple_tie.cpp
tuple_traits.cpp
value_at.hpp
vector_comparison.cpp
vector_construction.cpp
vector_conversion.cpp
vector_copy.cpp
vector_hash.cpp
vector_iterator.cpp
vector_make.cpp
vector_misc.cpp
vector_move.cpp
vector_mutate.cpp
vector_n.cpp
vector_nest.cpp
vector_tie.cpp
vector_traits.cpp Make C++11 fusion::vector more consistent with C++03 fusion::vector 2016-08-26 12:45:11 -04:00
vector_value_at.cpp
zip_view2.cpp
zip_view_ignore.cpp
zip_view.cpp