is mpl::for_each depricated?
Hi! Unfortunately I can not find online documentation for the mpl::for_each algorithm. Which I know from C++ Metaprogramming book. Is it depricated? I need at least the header file name. Would be nice if docs would be updated, at least stating, that this function is depricated. With Kind Regards, Ovanes Markarian
Ovanes Markarian wrote:
Hi!
Unfortunately I can not find online documentation for the mpl::for_each algorithm. Which I know from C++ Metaprogramming book. Is it depricated? I need at least the header file name. Would be nice if docs would be updated, at least stating, that this function is depricated.
As far as I know it is not deprecated but the documentation has not being added to the boost.org mpl reference yet. The header file is boost/mpl/for_each.hpp -delfin
participants (2)
-
Delfin Rojas
-
Ovanes Markarian