forked from boostorg/fusion
Fusion/Spirit: adt_attribute_proxy refactorization
[SVN r65445]
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user