Boost logo

Boost :

Subject: [boost] [quick-book] suggestion about library compatibility
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2009-04-25 12:26:53


Hi,

quickbook already has Admonitions like

   [note a note]

which generates a nice box with an icon. I think it would be useful to
have addition admonitions to indicate the following

- the library can be serialized with Boost.Serialization
- the library can be compiled without exceptions (BOOST_NO_EXCEPTION)
- the library can be used with Boost.Interprocess

so these can be stated in a consistent manner up front in the
documentation. Perhaps it is better that these are written up front
like

[library Boost.AutoBuffer
     [quickbook 1.4]
     [copyright 2009 Thorsten Ottosen]
     [compatibility noexceptions serialization interprocess]
  ]

?

Any comments?

-Thorsten


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk