mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-19 07:12:12 +02:00
@ -16,7 +16,7 @@ namespace boost { namespace fusion
|
||||
template <typename Sequence>
|
||||
struct clear
|
||||
{
|
||||
typedef vector0 type;
|
||||
typedef vector0<> type;
|
||||
};
|
||||
}
|
||||
|
||||
@ -24,7 +24,7 @@ namespace boost { namespace fusion
|
||||
inline typename result_of::clear<Sequence const>::type
|
||||
clear(Sequence const& seq)
|
||||
{
|
||||
return vector0();
|
||||
return vector0<>();
|
||||
}
|
||||
}}
|
||||
|
||||
|
Reference in New Issue
Block a user