
15 Mar
2004
15 Mar
'04
12:45 p.m.
"Niels" == Niels Van Vliet <niels@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...