Index: set.hpp =================================================================== --- set.hpp (revision 71903) +++ set.hpp (working copy) @@ -18,6 +18,12 @@ #include #include #include + +// set is using a vector, which needs to get as big as the set itself +#if FUSION_MAX_SET_SIZE > FUSION_MAX_VECTOR_SIZE +#define FUSION_MAX_VECTOR_SIZE FUSION_MAX_SET_SIZE +#endif + #include #include #include