Update tag_of.hpp

avoid mismatched-tags warning in clang
This commit is contained in:
correaa
2014-02-07 22:24:29 -08:00
parent beba23f36c
commit da294ebc6d

View File

@ -15,7 +15,7 @@
namespace std
{
template<typename T, std::size_t N>
class array;
struct array;
}
namespace boost { namespace fusion