Added test for Ticket #6965

[SVN r79098]
This commit is contained in:
Joel de Guzman
2012-06-26 10:14:49 +00:00
parent 70589c53c6
commit 136331963a
2 changed files with 66 additions and 1 deletions

View File

@ -134,10 +134,11 @@ import testing ;
[ run sequence/define_struct.cpp : : : : ]
[ run sequence/define_struct_inline.cpp : : : : ]
[ run sequence/define_assoc_struct.cpp : : : : ]
[ run sequence/define_tpl_struct.cpp : : : : ]
[ run sequence/define_tpl_struct.cpp : : : : ]
[ run sequence/define_tpl_struct_inline.cpp : : : : ]
[ run sequence/define_assoc_tpl_struct.cpp : : : : ]
[ run sequence/std_tuple_iterator.cpp : : : : ]
[ run sequence/ref_vector.cpp : : : : ]
[ run functional/fused.cpp : : : : ]
[ run functional/fused_function_object.cpp : : : : ]