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)
|
||||
@ -76,3 +78,4 @@
|
||||
return tuple<T0& , T1& , T2& , T3& , T4& , T5& , T6& , T7& , T8& , T9&>(
|
||||
_0 , _1 , _2 , _3 , _4 , _5 , _6 , _7 , _8 , _9);
|
||||
}
|
||||
}}
|
||||
|
Reference in New Issue
Block a user