>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:

Andre> ... and a bit more.

Andre> Small changes in order to reduce include file dependency. The
Andre> "most intrusive" parts are "localized typedefs" for
Andre> Paragraph::size_type plus some whitespace changes (mostly
Andre> spaces -> tab for indentation)

I do not really like the changes to Paragraph::size_type. This means
that we have several places where the same information is duplicated.
This is not very robust IMO. Do you have an estimate of the compile
time you gain by this? 

What about a header file lyxtypes.h like

#include<vector>

namespace lyx {
  typedef vector<char> paragraph_type;
}

and other types too, that woulf be included whenever needed?

JMarc

Reply via email to