mirror of
https://github.com/boostorg/fusion.git
synced 2025-09-28 01:40:57 +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
|
namespace extension
|
||||||
{
|
{
|
||||||
|
template <typename Sequence>
|
||||||
|
struct empty_impl;
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
struct empty_impl<mpl_sequence_tag>
|
struct empty_impl<mpl_sequence_tag>
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user