mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-30 04:27:30 +02:00
added main empty_impl template forward decl
[SVN r73689]
This commit is contained in:
@ -16,6 +16,9 @@ namespace boost { namespace fusion
|
||||
|
||||
namespace extension
|
||||
{
|
||||
template <typename Sequence>
|
||||
struct empty_impl;
|
||||
|
||||
template <>
|
||||
struct empty_impl<mpl_sequence_tag>
|
||||
{
|
||||
|
Reference in New Issue
Block a user