>> I agree with killing boost, but we should do it cleanly. We could >> start with the headers as Peter suggested and use tr1 for everybody. >> Then if there are problems, we'll add exceptions for some computers. >> Or we can do autoconf/cmake tests on the features. > >fine with me if this will happen before beta, ie some weeks still left... >pavel
Using tr1 breaks compilation with MSVC2005, as there is no tr1 available there, and it won't be. So, if I can still compile using boost for older versions I'm ok. Otherwise I object. Vincent