mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-19 07:12:12 +02:00
assign should be void
[SVN r69118]
This commit is contained in:
@ -53,7 +53,7 @@ namespace boost { namespace fusion
|
||||
}
|
||||
|
||||
template <typename Seq1, typename Seq2>
|
||||
inline bool
|
||||
inline void
|
||||
assign(Seq1 const& src, Seq2& dest)
|
||||
{
|
||||
BOOST_STATIC_ASSERT(
|
||||
|
Reference in New Issue
Block a user