1
0
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:
Steven Watanabe
2009-08-19 22:52:27 +00:00
parent b4f37ef70f
commit c1de64359f
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
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
// to enable the default 'has_push_back' implementation below

View File

@@ -25,7 +25,7 @@
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
// to enable the default 'has_push_front' implementation below