1 //Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
3 //Distributed under the Boost Software License, Version 1.0. (See accompanying
4 //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 #ifndef UUID_63EE924290FB11DC87BB856555D89593
7 #define UUID_63EE924290FB11DC87BB856555D89593
9 #include <boost/exception/info.hpp>
10 #include <boost/tuple/tuple.hpp>
25 error_info
<Tag2
,T2
> > const & v
)
27 return x
<< v
.template get
<0>() << v
.template get
<1>();
42 error_info
<Tag3
,T3
> > const & v
)
44 return x
<< v
.template get
<0>() << v
.template get
<1>() << v
.template get
<2>();
61 error_info
<Tag4
,T4
> > const & v
)
63 return x
<< v
.template get
<0>() << v
.template get
<1>() << v
.template get
<2>() << v
.template get
<3>();