added intrusive struct generating macros

[SVN r61018]
This commit is contained in:
Christopher Schmidt
2010-04-03 13:34:20 +00:00
parent d8a40f48a6
commit 073ce9e4a3
13 changed files with 924 additions and 38 deletions

View File

@ -120,6 +120,10 @@ import testing ;
[ run sequence/adapt_struct.cpp : : : : ]
[ run sequence/adapt_tpl_class.cpp : : : : ]
[ run sequence/adapt_tpl_struct.cpp : : : : ]
[ run sequence/define_struct.cpp : : : : ]
[ run sequence/define_assoc_struct.cpp : : : : ]
[ run sequence/define_tpl_struct.cpp : : : : ]
[ run sequence/define_assoc_tpl_struct.cpp : : : : ]
[ run functional/fused.cpp : : : : ]
[ run functional/fused_function_object.cpp : : : : ]