forked from boostorg/fusion
More preprocessed files
[SVN r74429]
This commit is contained in:
@ -6,6 +6,8 @@
|
||||
|
||||
This is an auto-generated file. Do not edit!
|
||||
==============================================================================*/
|
||||
namespace boost { namespace fusion
|
||||
{
|
||||
template <typename T0>
|
||||
inline tuple<T0&>
|
||||
tie(T0 & _0)
|
||||
@ -146,3 +148,4 @@
|
||||
return tuple<T0& , T1& , T2& , T3& , T4& , T5& , T6& , T7& , T8& , T9& , T10& , T11& , T12& , T13& , T14& , T15& , T16& , T17& , T18& , T19&>(
|
||||
_0 , _1 , _2 , _3 , _4 , _5 , _6 , _7 , _8 , _9 , _10 , _11 , _12 , _13 , _14 , _15 , _16 , _17 , _18 , _19);
|
||||
}
|
||||
}}
|
||||
|
Reference in New Issue
Block a user