Boost logo

Boost Users :

Subject: Re: [Boost-users] trick to print a type at compile-time
From: Dave Abrahams (dave_at_[hidden])
Date: 2010-09-08 09:58:10


On Wed, Sep 8, 2010 at 8:56 AM, Eric Niebler <eric_at_[hidden]> wrote:

> boost::mpl::print in boost/mpl/print.hpp. Neither seem to be documented.

mpl::print is mostly good for those cases where you need to *not*
cause a compilation error, perhaps because you are trying to follow
recursive instantiations. Otherwise, I'd go with an explicit error;
you'll get less noise.

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net