forked from boostorg/fusion
assign should be void
[SVN r69118]
This commit is contained in:
@ -53,7 +53,7 @@ namespace boost { namespace fusion
|
|||||||
}
|
}
|
||||||
|
|
||||||
template <typename Seq1, typename Seq2>
|
template <typename Seq1, typename Seq2>
|
||||||
inline bool
|
inline void
|
||||||
assign(Seq1 const& src, Seq2& dest)
|
assign(Seq1 const& src, Seq2& dest)
|
||||||
{
|
{
|
||||||
BOOST_STATIC_ASSERT(
|
BOOST_STATIC_ASSERT(
|
||||||
|
Reference in New Issue
Block a user