mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-23 17:17:23 +02:00
@ -32,14 +32,14 @@ namespace boost { namespace fusion
|
||||
template <>
|
||||
struct make_vector<>
|
||||
{
|
||||
typedef vector0 type;
|
||||
typedef vector0<> type;
|
||||
};
|
||||
}
|
||||
|
||||
inline vector0
|
||||
inline vector0<>
|
||||
make_vector()
|
||||
{
|
||||
return vector0();
|
||||
return vector0<>();
|
||||
}
|
||||
|
||||
#define BOOST_FUSION_AS_FUSION_ELEMENT(z, n, data) \
|
||||
|
Reference in New Issue
Block a user