More preprocessed files

[SVN r74429]
This commit is contained in:
Joel de Guzman
2011-09-17 05:52:59 +00:00
parent 0ed54e9ea3
commit 3c92230f82
123 changed files with 23965 additions and 109 deletions

View File

@ -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);
}
}}