X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2Fmpl.hh;h=f33ca7ebf6edf05afccfc014dbc769d17855ff60;hb=8488a803a9e1dfa293af161eb271503990d6fdd3;hp=5f17c682c37e6334f6b36a27413cb3b2af7ce943;hpb=869df8df564cd4f4934d4cd1c1b290c2aeabbd92;p=senf.git diff --git a/Utils/mpl.hh b/Utils/mpl.hh index 5f17c68..f33ca7e 100644 --- a/Utils/mpl.hh +++ b/Utils/mpl.hh @@ -156,6 +156,8 @@ namespace mpl { */ template struct take_class {}; +#ifndef SENF_MPL_SLOT_NOEXPAND + /** \brief Define MPL slot The slot macros \ref SENF_MPL_SLOT_DEF(), \ref SENF_MPL_SLOT_SET() and \ref @@ -220,6 +222,8 @@ namespace mpl { # define SENF_MPL_SLOT_GET(name) \ SENF_MPL_SLOT_I_GET(name) +#endif + }} ///////////////////////////////hh.e////////////////////////////////////////