Fusion/Spirit: adt_attribute_proxy refactorization

[SVN r65445]
This commit is contained in:
Christopher Schmidt
2010-09-17 20:38:23 +00:00
parent 5adcb5b4d2
commit f723f870c7
3 changed files with 82 additions and 19 deletions

View File

@ -32,10 +32,13 @@ namespace boost { namespace fusion
template<typename Seq, int N>
struct struct_member;
template <typename T, int N, bool Const>
struct adt_attribute_proxy;
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;