2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-28 07:22:31 +00:00

Optional flags parameter to visitor allows container features to be suppressed

[SVN r20874]
This commit is contained in:
Raoul Gough
2003-11-19 23:07:01 +00:00
parent bdde13d1bc
commit 0bc4ee884f
14 changed files with 261 additions and 70 deletions

View File

@@ -60,6 +60,7 @@ bpl-test test_deque_ref : test_deque_ref.py test_deque_ext.cpp ;
bpl-test test_deque_plain : test_deque_plain.py test_deque_ext.cpp ;
bpl-test test_indexing_const ;
bpl-test test_vector_shared ;
bpl-test test_vector_disable ;
bpl-test test_array : test_array.py test_array_ext.cpp ;
bpl-test test_array_ref : test_array_ref.py test_array_ext.cpp ;
bpl-test test_list_plain : test_list_plain.py test_list_ext.cpp ;