forked from boostorg/mpl
Provide definitions for the dummy structs used by has_push_back_impl and has_push_front_impl so that they work with Fusion containers. Fixes #3337.
[SVN r55672]
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
namespace boost { namespace mpl {
|
namespace boost { namespace mpl {
|
||||||
|
|
||||||
struct has_push_back_arg;
|
struct has_push_back_arg {};
|
||||||
|
|
||||||
// agurt 05/feb/04: no default implementation; the stub definition is needed
|
// agurt 05/feb/04: no default implementation; the stub definition is needed
|
||||||
// to enable the default 'has_push_back' implementation below
|
// to enable the default 'has_push_back' implementation below
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
namespace boost { namespace mpl {
|
namespace boost { namespace mpl {
|
||||||
|
|
||||||
struct has_push_front_arg;
|
struct has_push_front_arg {};
|
||||||
|
|
||||||
// agurt 05/feb/04: no default implementation; the stub definition is needed
|
// agurt 05/feb/04: no default implementation; the stub definition is needed
|
||||||
// to enable the default 'has_push_front' implementation below
|
// to enable the default 'has_push_front' implementation below
|
||||||
|
Reference in New Issue
Block a user