Juergen Vigna <[EMAIL PROTECTED]> writes:

| On 30-May-2001 Lars Gullik Bjønnes wrote:
| > 
| > 2001-05-30  Juergen Vigna  <[EMAIL PROTECTED]>
| >          * boost/config.hpp: change include of <string> to "LString.h".
| > 
| > I am afraid we will see more and more of these changes to be able to
| > still use lyxstring. Hopefully there will not be enought of them to
| > hamper updating of the external libs...
| 
| Well it isn't that much of work to have a look on <string> or
| #include*<string*> in all files we just copy to the lyxtree a few
| seconds and it is done ;). Obviously if it's external includes using
| this we have to pay attention in that modules to first include LString.h,
| that also doesn't seem that much work to me (just annoying) and this is
| until compilers have a better/smaller string support so that compiling
| doesn't take eons using it.

The problem is that we might get into libs (even the standard lib),
that requires the use of the std::string. Then you will have too
string classes present in your binary... (think sstream.str().c_str())

but I guess this is really a temporary problem anyway.

-- 
        Lgb

Reply via email to