forked from boostorg/fusion
use vectorN instead of vector for shorter names
[SVN r51285]
This commit is contained in:
@ -36,7 +36,7 @@ namespace boost { namespace fusion
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
inline vector<>
|
inline vector0
|
||||||
make_vector()
|
make_vector()
|
||||||
{
|
{
|
||||||
return vector0();
|
return vector0();
|
||||||
|
Reference in New Issue
Block a user