use vectorN instead of vector for shorter names

[SVN r51285]
This commit is contained in:
Joel de Guzman
2009-02-17 10:37:31 +00:00
parent 010c94ba87
commit 35149161aa

View File

@ -36,7 +36,7 @@ namespace boost { namespace fusion
};
}
inline vector<>
inline vector0
make_vector()
{
return vector0();