Re: [Boost-bugs] [Boost C++ Libraries] #1900: Missing documentation for mpl::print in the MPL library

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1900: Missing documentation for mpl::print in the MPL library
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-11-27 17:33:58


#1900: Missing documentation for mpl::print in the MPL library
------------------------------------------------------+---------------------
  Reporter: Edward Diener <eldiener@…> | Owner: jfalcou
      Type: Bugs | Status: new
 Milestone: Boost 1.36.0 | Component: mpl
   Version: Boost 1.35.0 | Severity: Problem
Resolution: | Keywords: mpl print
------------------------------------------------------+---------------------

Comment (by ramey):

 Comment:

 I find mpl print indispensable. However the following should be noted
 somewhere:

 a) in order to work with GCC -Wall (or likely some more specific warning)
 must be set in the command line. Actually I should be -Wsign-compare.
 This is the case with gcc-4.5.3

 b) The following only prints the first time

 struct a;
 typedef a b;

 mpl::print<a> // this displays
 mpl::print<a> // this doesn't display
 mpl::print<b> // neither does this.

 I don't think this can be actually fixed, but I would be nice to see it
 noted in the manual.

 Robert Ramey

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/1900#comment:4>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC