forked from boostorg/fusion
adding working converting ctors for zero length sequences
[SVN r38155]
This commit is contained in:
8
include/boost/fusion/support/void.hpp
Normal file
8
include/boost/fusion/support/void.hpp
Normal 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
|
Reference in New Issue
Block a user