added main empty_impl template forward decl

[SVN r73689]
This commit is contained in:
Joel de Guzman
2011-08-12 05:18:44 +00:00
parent acc306d783
commit faa5746f6d

View File

@ -16,6 +16,9 @@ namespace boost { namespace fusion
namespace extension
{
template <typename Sequence>
struct empty_impl;
template <>
struct empty_impl<mpl_sequence_tag>
{