Sync from trunk (except adapt class)

[SVN r56713]
This commit is contained in:
Joel de Guzman
2009-10-11 16:08:54 +00:00
parent e0a17b552c
commit 7615b492af
12 changed files with 585 additions and 6 deletions

View File

@ -9,7 +9,7 @@
#if !defined(FUSION_MACRO_05042005)
#define FUSION_MACRO_05042005
#define FUSION_MEMBER_DEFAULT_INIT(z, n, _) m##n(T##n())
#define FUSION_MEMBER_DEFAULT_INIT(z, n, _) m##n()
#define FUSION_MEMBER_INIT(z, n, _) m##n(_##n)
#define FUSION_COPY_INIT(z, n, _) m##n(other.m##n)
#define FUSION_MEMBER_DECL(z, n, _) T##n m##n;