1
0
forked from boostorg/mpl

MPL: merge fix for #3337 from the trunk (thanks Steven!)

[SVN r55679]
This commit is contained in:
Aleksey Gurtovoy
2009-08-20 07:50:16 +00:00
parent 4f0675cd13
commit 15a9930acb
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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