$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [mpl] BOOST_MPL_HAS_XXX_TEMPLATE_NAMED_DEF
From: Edward Diener (eldiener_at_[hidden])
Date: 2010-07-18 11:52:12
I found the BOOST_MPL_HAS_XXX_TEMPLATE_NAMED_DEF macro in the latest
has_xxx.hpp of mpl on the trunk.
Is BOOST_MPL_HAS_XXX_TEMPLATE_NAMED_DEF ( and its corresponding
BOOST_MPL_HAS_XXX_TEMPLATE_DEF ) scheduled to be added to Boost in an
upcoming release ? I find it useful for TMP introspection in much the
same way as BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF ( and its corresponding
BOOST_MPL_HAS_XXX_TRAIT_DEF ).