$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r78176 - trunk/boost/fusion/adapted/std_tuple
From: joel_at_[hidden]
Date: 2012-04-23 21:40:17
Author: djowel
Date: 2012-04-23 21:40:17 EDT (Mon, 23 Apr 2012)
New Revision: 78176
URL: http://svn.boost.org/trac/boost/changeset/78176
Log:
patch for clang from Michel Morin
Text files modified: 
   trunk/boost/fusion/adapted/std_tuple/tag_of.hpp |     6 ------                                  
   1 files changed, 0 insertions(+), 6 deletions(-)
Modified: trunk/boost/fusion/adapted/std_tuple/tag_of.hpp
==============================================================================
--- trunk/boost/fusion/adapted/std_tuple/tag_of.hpp	(original)
+++ trunk/boost/fusion/adapted/std_tuple/tag_of.hpp	2012-04-23 21:40:17 EDT (Mon, 23 Apr 2012)
@@ -10,12 +10,6 @@
 #include <tuple>
 #include <boost/fusion/support/tag_of_fwd.hpp>
 
-namespace std
-{
-    template <typename... Elements>
-    class tuple;
-}
-
 namespace boost { namespace fusion
 {
     struct std_tuple_tag;