mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-30 20:47:31 +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