Fusion: merge from trunk

[SVN r65735]
This commit is contained in:
Christopher Schmidt
2010-10-03 09:46:00 +00:00
282 changed files with 2049 additions and 1896 deletions

View File

@ -27,8 +27,17 @@ namespace boost { namespace fusion
{
struct no_such_member;
template<typename Seq, int N>
struct struct_member;
struct access
{
template<typename Seq, int N>
struct struct_member;
template<typename Seq, int N>
struct adt_attribute_access;
};
template <typename T, int N, bool Const>
struct adt_attribute_proxy;
template<typename Seq, int N>
struct struct_member_name;