>> "Niels" == Niels Van Vliet
<niels(a)lrde.epita.fr> writes:
@@ -73,7 +80,11 @@
} // end of namespace abstract
namespace abstract {
-
+ /*! Base class for conversion.
+ **
+ ** \note If you write an class inherited from this one, you
+ ** must write the specialization of the output trait.
+ */
template<class Exact, class Base>
struct conversion : public mlc_hierarchy::any< Exact >
{
s/inherited/derived/.
Better yet
If you derive a class from this one...