$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn-boost_at_[hidden])
Date: 2005-06-28 03:11:01
Alexander Nasonov <alnsn-boost <at> yandex.ru> writes:
> BTW, it reminds me of mpl::integral_c and this item in MPL TODO list:
>
> * vector_c, range_c et al. don't work with enumeration types
> * http://thread.gmane.org/gmane.comp.lib.boost.devel/116955
> * http://article.gmane.org/gmane.comp.lib.boost.devel/116940
> * http://thread.gmane.org/gmane.comp.lib.boost.user/9219
This is fine because mpl::integral_c represents integral constant which does not
necessarily have integral type, right?
-- Alexander Nasonov