mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-22 16:47:18 +02:00
Remove evil numbered_vector_tag.
This commit is contained in:
@ -36,7 +36,7 @@ namespace boost { namespace fusion
|
||||
template <typename... U>
|
||||
struct trim_void<vector<U...> >
|
||||
{
|
||||
typedef vector<numbered_vector_tag<sizeof...(U)>, U...> type;
|
||||
typedef vector<U...> type;
|
||||
};
|
||||
|
||||
template <typename... U, typename... Tail>
|
||||
|
Reference in New Issue
Block a user