forked from boostorg/mpl
@@ -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