Andre Poenitz <[EMAIL PROTECTED]> writes: | Is it really necessary to use vectors for the formats and converters | and spend a lot of code on saerching these? > | Can't we just use a map<string, format> and map< pair<string, string>, | converter> there?
Or use a boost::graph for all the converters and use a shortest-path algorithm to find the preferred conversion pipe-line. -- Lgb