patch for clang from Michel Morin

[SVN r78176]
This commit is contained in:
Joel de Guzman
2012-04-24 01:40:17 +00:00
parent 654dfbedb8
commit 524769f6fb

View File

@ -10,12 +10,6 @@
#include <tuple> #include <tuple>
#include <boost/fusion/support/tag_of_fwd.hpp> #include <boost/fusion/support/tag_of_fwd.hpp>
namespace std
{
template <typename... Elements>
class tuple;
}
namespace boost { namespace fusion namespace boost { namespace fusion
{ {
struct std_tuple_tag; struct std_tuple_tag;