adding working converting ctors for zero length sequences

[SVN r38155]
This commit is contained in:
Dan Marsden
2007-07-06 20:47:11 +00:00
parent d20847afd7
commit 3612acb0ef
4 changed files with 41 additions and 1 deletions

View File

@ -0,0 +1,8 @@
#if !defined(BOOST_FUSION_SUPPORT_VOID_20070706_2125)
#define BOOST_FUSION_SUPPORT_VOID_20070706_2125
namespace boost { namespace fusion {
struct void_ {};
}}
#endif