mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-30 20:47:31 +02:00
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