mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 20:17:32 +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()
|
||||
{
|
||||
return vector0();
|
||||
|
Reference in New Issue
Block a user